Class WRadioGroupEditor

    • Field Detail

      • LISTENER_EVENTS

        public static final String[] LISTENER_EVENTS
    • Constructor Detail

      • WRadioGroupEditor

        public WRadioGroupEditor​(GridField gridField)
        Parameters:
        gridField -
      • WRadioGroupEditor

        public WRadioGroupEditor​(GridField gridField,
                                 boolean tableEditor,
                                 IEditorConfiguration editorConfiguration)
        Parameters:
        gridField -
        tableEditor -
        editorConfiguration -
      • WRadioGroupEditor

        public WRadioGroupEditor​(Lookup lookup,
                                 String label,
                                 String description,
                                 boolean mandatory,
                                 boolean readonly,
                                 boolean updateable)
        Constructor for use if a grid field is unavailable
        Parameters:
        lookup - Store of selectable data
        label - column name (not displayed)
        description - description of component
        mandatory - whether a selection must be made
        readonly - whether or not the editor is read only
        updateable - whether the editor contents can be changed
      • WRadioGroupEditor

        public WRadioGroupEditor​(String columnName,
                                 boolean mandatory,
                                 boolean isReadOnly,
                                 boolean isUpdateable,
                                 Lookup lookup)
        For ease of porting swing form
        Parameters:
        columnName -
        mandatory -
        isReadOnly -
        isUpdateable -
        lookup -