Class GadgetUserPref


  • public class GadgetUserPref
    extends Object

    This class is configured via XML. This is done via the HK2 ConfigParser.

    Author:
    Ken Paulsen ([email protected])
    • Constructor Detail

      • GadgetUserPref

        public GadgetUserPref()
    • Method Detail

      • getName

        public String getName()

        Getter for the name.

      • getDisplayName

        public String getDisplayName()

        Getter for the display_name.

      • getURLParam

        public String getURLParam()

        Getter for the urlparam property.

      • getDataType

        public String getDataType()

        Getter for the datatype property.

      • getRequired

        public boolean getRequired()

        Getter for the required property.

      • getDefaultValue

        public String getDefaultValue()

        Getter for the default value of this preference.