uk.org.ponder.rsf.components.decorators |
Decorators are small value objects which specify (generally portable)
rendering hints - for example colours or tooltips.
|
Java Source File Name | Type | Comment |
DecoratorList.java | Class | |
UIAlternativeTextDecorator.java | Class | Alternative text to be displayed when a user agent cannot or chooses
not to display an element. |
UIBoundDecorator.java | Interface | |
UIBoundStringDecorator.java | Class | |
UICellSpanDecorator.java | Class | Determines the number of tabular cells that this component occupies. |
UIColourDecorator.java | Class | Alters the foreground and background rendering colours of the decorated
component. |
UIColSpanDecorator.java | Class | Determines the number of vertical tabular cells that this component occupies. |
UIColumnsDecorator.java | Class | |
UICSSDecorator.java | Class | A decorator that will apply CSS styles directly to the rendered element. |
UIDecorator.java | Interface | A lightweight aggregative "decorator" attached to a UIComponent via its
decorators list. |
UIDisabledDecorator.java | Class | A decorator which allows a control to be marked as "disabled" in the interface.
Disabled controls can not accept user input and will typically be rendered
differently. |
UIFreeAttributeDecorator.java | Class | Allows free interception of *all* XML attributes in the rendered output. |
UIIDStrategyDecorator.java | Class | A decorator which allows customisation of IKAT's strategy for allocating
the "id" attribute on a tag-by-tag basis. |
UILabelTargetDecorator.java | Class | Specifies that the decorated component is a label which targets another
component. |
UIRowsDecorator.java | Class | |
UIRowSpanDecorator.java | Class | Determines the number of horizontal tabular cells that this component occupies. |
UIStyleDecorator.java | Class | A decorator which registers a String value representing a "style class"
for a component. |
UITextDimensionsDecorator.java | Class | |
UITooltipDecorator.java | Class | Specifies a "Tooltip" which will temporarily display an annotation if
the user focuses on the target component. |