Uses of Class
net.sf.jguiraffe.gui.builder.components.tags.InputComponentTag
-
Packages that use InputComponentTag Package Description net.sf.jguiraffe.gui.builder.components This package defines the part of the builder that deals with components.net.sf.jguiraffe.gui.builder.components.tags A package with tag handler classes for creating GUI components.net.sf.jguiraffe.gui.builder.components.tags.table A package with tag handler classes for creating table components. -
-
Uses of InputComponentTag in net.sf.jguiraffe.gui.builder.components
Methods in net.sf.jguiraffe.gui.builder.components with parameters of type InputComponentTag Modifier and Type Method Description FieldHandlerDefaultFieldHandlerFactory. createFieldHandler(InputComponentTag tag, ComponentHandler<?> componentHandler)Creates a new field handler object for the specified input component tag.FieldHandlerFieldHandlerFactory. createFieldHandler(InputComponentTag tag, ComponentHandler<?> componentHandler)Creates a new field handler object. -
Uses of InputComponentTag in net.sf.jguiraffe.gui.builder.components.tags
Subclasses of InputComponentTag in net.sf.jguiraffe.gui.builder.components.tags Modifier and Type Class Description classButtonTagA specific tag handler class for creating command button components.classCheckboxTagA specific input component tag for creating a checkbox.classComboBoxTagA specific input component tag that creates a combo box component.classFieldTagA specific input component tag that allows to make use of custom input components.classListBoxTagA specific input component tag that creates a list box component.classPasswordFieldTagA specialized tag handler implementation for creating password text fields.classProgressBarTagA special input component tag that defines a progress bar.classPushButtonTagAn abstract base class for tag handler classes that implement push buttons like checkboxes or radio buttons.classRadioButtonTagA specific input component tag for creating a radio button.classRadioGroupTagA tag for creating a radio group.classSliderTagA specialized input component tag that defines a slider component.classStaticTextTagA tag handler class for creating a static text component.classTabbedPaneTagA specialized tag handler implementation for creating a tabbed pane.classTextAreaTagA specific component tag that constructs a text area component.classTextFieldTagA specific input component tag that constructs a text field component.classToggleButtonTagA specific tag handler class for creating toggle buttons.classTreeTagA tag that creates a tree component.Methods in net.sf.jguiraffe.gui.builder.components.tags with parameters of type InputComponentTag Modifier and Type Method Description protected abstract voidTransformerBaseTag. handleInputComponentTag(InputComponentTag tag, T bean)Passes the bean to the givenInputComponentTag.protected voidTransformerTag. handleInputComponentTag(InputComponentTag tag, Transformer bean)Initializes the passed in input component tag with a transformer.protected voidValidatorBaseTag. handleInputComponentTag(InputComponentTag tag, T bean)Processes the specified input component tag. -
Uses of InputComponentTag in net.sf.jguiraffe.gui.builder.components.tags.table
Subclasses of InputComponentTag in net.sf.jguiraffe.gui.builder.components.tags.table Modifier and Type Class Description classTableColumnTagA tag handler class for defining columns of a table component.classTableTagA tag that creates a table component.
-