Uses of Class
net.sf.jguiraffe.gui.builder.components.tags.UseBeanBaseTag
-
Packages that use UseBeanBaseTag Package Description net.sf.jguiraffe.gui.builder.action.tags Here the tags for creating actions and related objects are defined.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.net.sf.jguiraffe.gui.builder.window.tags A package with tag handler classes for creating window components. -
-
Uses of UseBeanBaseTag in net.sf.jguiraffe.gui.builder.action.tags
Subclasses of UseBeanBaseTag in net.sf.jguiraffe.gui.builder.action.tags Modifier and Type Class Description class
ActionTaskTag
A simple tag for specifying task objects for actions.class
AndEventFilterTag
A specializedChainedEventFilter
implementation that creates an
.AndEventFilter
class
ChainedEventFilterTag
A specialized event filter class that deals with chained filters, i.e. event filters that can child event filters.class
EventFilterTag
A specialized tag handler class for creating event filters.class
EventRegistrationTag
A tag handler class for registering an event listener at a single or multiple components.class
OrEventFilterTag
A specializedChainedEventFilter
implementation that creates an
.OrEventFilter
class
PopupHandlerTag
A tag handler class that allows registering a handler for a popup menu at a component. -
Uses of UseBeanBaseTag in net.sf.jguiraffe.gui.builder.components.tags
Subclasses of UseBeanBaseTag in net.sf.jguiraffe.gui.builder.components.tags Modifier and Type Class Description class
ComponentHandlerTag
A tag handler class that allows constructing customComponentHandler
objects.class
ConverterTag
A specialized tag handler class for adding custom data type converters in a builder script.class
TransformerBaseTag<T>
A base class for tags that create transformers or validators.class
TransformerTag
A tag handler class for creatingTransformer
objects and passing them to input component tags.class
ValidatorBaseTag<T extends Validator>
A base class for tag handler implementations that create validators for input components.class
ValidatorsTag
A tag handler class for combining multiple validators to be assigned to an input component.class
ValidatorTag
A tag handler class for creating
objects and associating them with input components.Validator
-
Uses of UseBeanBaseTag in net.sf.jguiraffe.gui.builder.components.tags.table
Subclasses of UseBeanBaseTag in net.sf.jguiraffe.gui.builder.components.tags.table Modifier and Type Class Description class
TableEditorValidationHandlerTag
A tag handler class for defining the
to be used for a table component.TableEditorValidationHandler
class
TableSelectionHandlerTag
A tag handler class for defining selection handlers for a table component. -
Uses of UseBeanBaseTag in net.sf.jguiraffe.gui.builder.window.tags
Subclasses of UseBeanBaseTag in net.sf.jguiraffe.gui.builder.window.tags Modifier and Type Class Description class
FormControllerListenerTag
A specialized tag handler class that can be used to register listeners at aFormController
.class
FormControllerTag
A specialized tag handler implementation for creating form controllers.class
WindowControllerTag
A tag handler class that allows the creation of window controllers.
-