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 FieldHandler
DefaultFieldHandlerFactory. createFieldHandler(InputComponentTag tag, ComponentHandler<?> componentHandler)
Creates a new field handler object for the specified input component tag.FieldHandler
FieldHandlerFactory. 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 class
ButtonTag
A specific tag handler class for creating command button components.class
CheckboxTag
A specific input component tag for creating a checkbox.class
ComboBoxTag
A specific input component tag that creates a combo box component.class
FieldTag
A specific input component tag that allows to make use of custom input components.class
ListBoxTag
A specific input component tag that creates a list box component.class
PasswordFieldTag
A specialized tag handler implementation for creating password text fields.class
ProgressBarTag
A special input component tag that defines a progress bar.class
PushButtonTag
An abstract base class for tag handler classes that implement push buttons like checkboxes or radio buttons.class
RadioButtonTag
A specific input component tag for creating a radio button.class
RadioGroupTag
A tag for creating a radio group.class
SliderTag
A specialized input component tag that defines a slider component.class
StaticTextTag
A tag handler class for creating a static text component.class
TabbedPaneTag
A specialized tag handler implementation for creating a tabbed pane.class
TextAreaTag
A specific component tag that constructs a text area component.class
TextFieldTag
A specific input component tag that constructs a text field component.class
ToggleButtonTag
A specific tag handler class for creating toggle buttons.class
TreeTag
A 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 void
TransformerBaseTag. handleInputComponentTag(InputComponentTag tag, T bean)
Passes the bean to the givenInputComponentTag
.protected void
TransformerTag. handleInputComponentTag(InputComponentTag tag, Transformer bean)
Initializes the passed in input component tag with a transformer.protected void
ValidatorBaseTag. 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 class
TableColumnTag
A tag handler class for defining columns of a table component.class
TableTag
A tag that creates a table component.
-