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 classActionTaskTagA simple tag for specifying task objects for actions.classAndEventFilterTagA specializedChainedEventFilterimplementation that creates an.AndEventFilterclassChainedEventFilterTagA specialized event filter class that deals with chained filters, i.e. event filters that can child event filters.classEventFilterTagA specialized tag handler class for creating event filters.classEventRegistrationTagA tag handler class for registering an event listener at a single or multiple components.classOrEventFilterTagA specializedChainedEventFilterimplementation that creates an.OrEventFilterclassPopupHandlerTagA 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 classComponentHandlerTagA tag handler class that allows constructing customComponentHandlerobjects.classConverterTagA specialized tag handler class for adding custom data type converters in a builder script.classTransformerBaseTag<T>A base class for tags that create transformers or validators.classTransformerTagA tag handler class for creatingTransformerobjects and passing them to input component tags.classValidatorBaseTag<T extends Validator>A base class for tag handler implementations that create validators for input components.classValidatorsTagA tag handler class for combining multiple validators to be assigned to an input component.classValidatorTagA tag handler class for creatingobjects 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 classTableEditorValidationHandlerTagA tag handler class for defining theto be used for a table component.TableEditorValidationHandlerclassTableSelectionHandlerTagA 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 classFormControllerListenerTagA specialized tag handler class that can be used to register listeners at aFormController.classFormControllerTagA specialized tag handler implementation for creating form controllers.classWindowControllerTagA tag handler class that allows the creation of window controllers.
-