Package rs.sol.soloist.server.guiconfiguration.layout

Provides classes for invisible GUI widgets that basically perform some kind of behavior on the client, like logics, filtering, relaying, etc.

See:
          Description

Class Summary
CellLayout An abstract base class for cell-oriented layouts like horizontal, vertical, and table layout.
CellLayout.FQPropertyNames Deprecated. Not for public use.
CellLayout.PROPERTIES Deprecated. Not for public use.
CellLayoutData An object meant to be assigned to a widget within a panel with HorizontalLayout or VerticalLayout to specify widget's alignment, style, and size.
CellLayoutData.Comparator<T extends CellLayoutData> Deprecated. Not for public use.
CellLayoutData.FQPropertyNames Deprecated. Not for public use.
CellLayoutData.HashFunction<T extends CellLayoutData> Deprecated. Not for public use.
CellLayoutData.PROPERTIES Deprecated. Not for public use.
DockLayout An object meant to be assigned to a panel to give it a dock spatial arrangement for its children.
DockLayout.FQPropertyNames Deprecated. Not for public use.
DockLayout.PROPERTIES Deprecated. Not for public use.
DockLayoutData An object meant to be assigned to a widget within a panel with DockLayout, to specify widget's direction and size.
DockLayoutData.FQPropertyNames Deprecated. Not for public use.
DockLayoutData.PROPERTIES Deprecated. Not for public use.
DockLayoutDirection A class-enumeration that can be used to specify the type of dock positioning for a cell or a widget.
FlowLayout An object meant to be assigned to a panel to give it flow spatial arrangement for its children.
FlowLayout.FQPropertyNames Deprecated. Not for public use.
FlowLayout.PROPERTIES Deprecated. Not for public use.
HorizontalAlignment A class-enumeration that can be used to specify the type of horizontal positioning for a cell or a widget.
HorizontalLayout An object meant to be assigned to a panel to give it horizontal spatial arrangement for its children.
HorizontalLayout.FQPropertyNames Deprecated. Not for public use.
HorizontalLayout.PROPERTIES Deprecated. Not for public use.
LayerLayout An object meant to be assigned to a panel to give it layered spatial arrangement for its children.
LayerLayout.FQPropertyNames Deprecated. Not for public use.
LayerLayout.LayerLayoutHelper Deprecated. Not for public use.
LayerLayout.PROPERTIES Deprecated. Not for public use.
LayerLayoutData An object meant to be assigned to a widget within a panel with LayerLayout, to specify widget's layering.
LayerLayoutData.FQPropertyNames Deprecated. Not for public use.
LayerLayoutData.PROPERTIES Deprecated. Not for public use.
Layout An abstract base class for all types of layouts: horizontal, vertical, table, dock, flow, layer, and absolute (xy).
Layout.FQPropertyNames Deprecated. Not for public use.
Layout.PROPERTIES Deprecated. Not for public use.
LayoutData Specifies an additional layout-related information that are relevant in the context of the widget's parent.
LayoutData.Comparator<T extends LayoutData> Deprecated. Not for public use.
LayoutData.FQPropertyNames Deprecated. Not for public use.
LayoutData.HashFunction<T extends LayoutData> Deprecated. Not for public use.
LayoutData.PROPERTIES Deprecated. Not for public use.
LayoutData.Unit Deprecated. Not for public use.
TableColumnData Defines column-specific CSS style and width for a TableLayout.
TableColumnData.FQPropertyNames Deprecated. Not for public use.
TableColumnData.PROPERTIES Deprecated. Not for public use.
TableLayout An object meant to be assigned to a panel to give it tabular spatial arrangement for its children.
TableLayout.FQPropertyNames Deprecated. Not for public use.
TableLayout.PROPERTIES Deprecated. Not for public use.
TableLayoutData An object meant to be assigned to a widget within a panel with TabelLayout, to specify widget's row number, column number, spans, cell alignment, style, and size.
TableLayoutData.Comparator<T extends TableLayoutData> Deprecated. Not for public use.
TableLayoutData.FQPropertyNames Deprecated. Not for public use.
TableLayoutData.HashFunction<T extends TableLayoutData> Deprecated. Not for public use.
TableLayoutData.PROPERTIES Deprecated. Not for public use.
TableRowData Defines row-specific CSS style and vertical alignment for a TableLayout.
TableRowData.FQPropertyNames Deprecated. Not for public use.
TableRowData.PROPERTIES Deprecated. Not for public use.
VerticalAlignment A class-enumeration that can be used to specify the type of vertical positioning for a cell or a widget.
VerticalLayout An object meant to be assigned to a panel to give it vertical spatial arrangement for its children.
VerticalLayout.FQPropertyNames Deprecated. Not for public use.
VerticalLayout.PROPERTIES Deprecated. Not for public use.
XYLayout An object meant to be assigned to a panel to give it absolute spatial arrangement for its children.
XYLayout.FQPropertyNames Deprecated. Not for public use.
XYLayout.PROPERTIES Deprecated. Not for public use.
XYLayoutData An object meant to be assigned to a widget within a panel with XYLayout, to specify widget's absolute coordinates and size.
XYLayoutData.FQPropertyNames Deprecated. Not for public use.
XYLayoutData.PROPERTIES Deprecated. Not for public use.
 

Package rs.sol.soloist.server.guiconfiguration.layout Description

Provides classes for invisible GUI widgets that basically perform some kind of behavior on the client, like logics, filtering, relaying, etc.