protected void |
ContainerTag.addComponents(ComponentManager manager,
Object container,
Collection<Object[]> comps) |
Adds the components of this container to the container widget.
|
protected void |
SplitterTag.addComponents(ComponentManager manager,
Object container,
Collection<Object[]> comps) |
Adds the components to this container.
|
protected void |
TabTag.addComponents(ComponentManager manager,
Object container,
Collection<Object[]> comps) |
Adds the child elements to the represented container.
|
protected Object |
ContainerTag.createComponent(ComponentManager manager,
boolean create) |
Creates and initializes the container.
|
protected Object |
LabelTag.createComponent(ComponentManager manager,
boolean create) |
Creates the label component.
|
protected abstract Object |
SimpleComponentTag.createComponent(ComponentManager manager,
boolean create) |
Creates a specific component.
|
protected ComponentHandler<Object> |
ComboBoxTag.createComponentHandler(ComponentManager manager,
boolean create) |
Creates the combo box component.
|
protected ComponentHandler<?> |
FieldTag.createComponentHandler(ComponentManager manager,
boolean create) |
Returns the component handler to be used by the component that is
represented by this tag.
|
protected abstract ComponentHandler<?> |
InputComponentTag.createComponentHandler(ComponentManager manager,
boolean create) |
Creates the component handler used by this input component.
|
protected ComponentHandler<?> |
ListBoxTag.createComponentHandler(ComponentManager manager,
boolean create) |
Creates the list box component.
|
protected ComponentHandler<?> |
PasswordFieldTag.createComponentHandler(ComponentManager manager,
boolean create) |
Creates the ComponentHandler for this task.
|
protected ComponentHandler<?> |
ProgressBarTag.createComponentHandler(ComponentManager manager,
boolean create) |
Creates a component handler for the represented component.
|
protected ComponentHandler<?> |
PushButtonTag.createComponentHandler(ComponentManager manager,
boolean create) |
Creates the component handler for the new input component.
|
protected ComponentHandler<?> |
SliderTag.createComponentHandler(ComponentManager manager,
boolean create) |
Creates a ComponentHandler for the managed slider component.
|
protected ComponentHandler<?> |
TabbedPaneTag.createComponentHandler(ComponentManager manager,
boolean create) |
Creates the component handler object for the represented component.
|
protected ComponentHandler<?> |
TextAreaTag.createComponentHandler(ComponentManager manager,
boolean create) |
Creates a component handler for the text area defined by this tag.
|
protected ComponentHandler<?> |
TextFieldTag.createComponentHandler(ComponentManager manager,
boolean create) |
Creates the component handler for this text field.
|
protected ComponentHandler<?> |
TreeTag.createComponentHandler(ComponentManager manager,
boolean create) |
Creates the component handler for the tree component.
|
protected Object |
BorderConstraintsTag.createConstraints(ComponentManager manager) |
Creates the constraints object.
|
protected abstract Object |
ConstraintsTag.createConstraints(ComponentManager manager) |
Creates the constraints object.
|
protected Object |
PercentConstraintsTag.createConstraints(ComponentManager manager) |
Creates the constraints object.
|
protected abstract Object |
ContainerTag.createContainer(ComponentManager manager,
boolean create,
Collection<Object[]> components) |
Creates the container widget.
|
protected Object |
DesktopPanelTag.createContainer(ComponentManager manager,
boolean create,
Collection<Object[]> components) |
Creates the container component.
|
protected Object |
PanelTag.createContainer(ComponentManager manager,
boolean create,
Collection<Object[]> components) |
Creates the concrete container widget.
|
protected Object |
SplitterTag.createContainer(ComponentManager manager,
boolean create,
Collection<Object[]> components) |
Creates the container component.
|
protected Object |
TabTag.createContainer(ComponentManager manager,
boolean create,
Collection<Object[]> components) |
Creates the container object.
|
protected Object |
FontTag.createFont(ComponentManager manager) |
|
protected Object |
BorderLayoutTag.createLayout(ComponentManager manager) |
Creates the border layout object.
|
protected Object |
ButtonLayoutTag.createLayout(ComponentManager manager) |
Creates the layout object.
|
protected abstract Object |
LayoutTag.createLayout(ComponentManager manager) |
Creates the specific layout object.
|
protected Object |
PercentLayoutTag.createLayout(ComponentManager manager) |
Creates the percent layout object.
|
protected ComponentHandler<Boolean> |
ButtonTag.createPushButton(ComponentManager manager,
boolean create) |
Creates the new command button component.
|
protected ComponentHandler<Boolean> |
CheckboxTag.createPushButton(ComponentManager manager,
boolean create) |
Creates the checkbox.
|
protected abstract ComponentHandler<?> |
PushButtonTag.createPushButton(ComponentManager manager,
boolean create) |
Creates the push button component of the correct type.
|
protected ComponentHandler<?> |
RadioButtonTag.createPushButton(ComponentManager manager,
boolean create) |
Creates the radio button.
|
protected ComponentHandler<?> |
StaticTextTag.createPushButton(ComponentManager manager,
boolean create) |
Creates the element.
|
protected ComponentHandler<?> |
ToggleButtonTag.createPushButton(ComponentManager manager,
boolean create) |
Creates the new toggle button component.
|