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

Packages that use rs.sol.soloist.server.guiconfiguration.layout
rs.sol.soloist.server.guiconfiguration.components Provides GUI classes for tangible widgets like, label, button, link, menu, menu item, dialog, image, panel, tab, etc. 
rs.sol.soloist.server.guiconfiguration.construction Provides root GUI class and the main class that deals with widget interaction. 
rs.sol.soloist.server.guiconfiguration.elementcomponents Provides GUI classes for widgets that display and edit objects from the domain object space. 
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. 
rs.sol.soloist.server.guiconfiguration.nonvisualcompoments Provides classes that capture widgets' layout specification. 
 

Classes in rs.sol.soloist.server.guiconfiguration.layout used by rs.sol.soloist.server.guiconfiguration.components
HorizontalAlignment
          A class-enumeration that can be used to specify the type of horizontal positioning for a cell or a widget.
Layout
          An abstract base class for all types of layouts: horizontal, vertical, table, dock, flow, layer, and absolute (xy).
LayoutData
          Specifies an additional layout-related information that are relevant in the context of the widget's parent.
VerticalAlignment
          A class-enumeration that can be used to specify the type of vertical positioning for a cell or a widget.
 

Classes in rs.sol.soloist.server.guiconfiguration.layout used by rs.sol.soloist.server.guiconfiguration.construction
DockLayoutDirection
          A class-enumeration that can be used to specify the type of dock positioning for a cell or a widget.
HorizontalAlignment
          A class-enumeration that can be used to specify the type of horizontal positioning for a cell or a widget.
LayoutData
          Specifies an additional layout-related information that are relevant in the context of the widget's parent.
VerticalAlignment
          A class-enumeration that can be used to specify the type of vertical positioning for a cell or a widget.
 

Classes in rs.sol.soloist.server.guiconfiguration.layout used by rs.sol.soloist.server.guiconfiguration.elementcomponents
LayoutData
          Specifies an additional layout-related information that are relevant in the context of the widget's parent.
 

Classes in rs.sol.soloist.server.guiconfiguration.layout used by rs.sol.soloist.server.guiconfiguration.layout
CellLayout
          An abstract base class for cell-oriented layouts like horizontal, vertical, and table layout.
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
          Deprecated. Not for public use.
CellLayoutData.HashFunction
          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.
DockLayoutData
          An object meant to be assigned to a widget within a panel with DockLayout, to specify widget's direction and size.
DockLayoutDirection
          A class-enumeration that can be used to specify the type of dock positioning for a cell or a widget.
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.
LayerLayoutData
          An object meant to be assigned to a widget within a panel with LayerLayout, to specify widget's layering.
Layout
          An abstract base class for all types of layouts: horizontal, vertical, table, dock, flow, layer, and absolute (xy).
LayoutData
          Specifies an additional layout-related information that are relevant in the context of the widget's parent.
LayoutData.Comparator
          Deprecated. Not for public use.
LayoutData.HashFunction
          Deprecated. Not for public use.
LayoutData.Unit
          Deprecated. Not for public use.
TableColumnData
          Defines column-specific CSS style and width for a TableLayout.
TableLayout
          An object meant to be assigned to a panel to give it tabular spatial arrangement for its children.
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.
TableRowData
          Defines row-specific CSS style and vertical alignment for a TableLayout.
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.
XYLayoutData
          An object meant to be assigned to a widget within a panel with XYLayout, to specify widget's absolute coordinates and size.
 

Classes in rs.sol.soloist.server.guiconfiguration.layout used by rs.sol.soloist.server.guiconfiguration.nonvisualcompoments
DockLayoutDirection
          A class-enumeration that can be used to specify the type of dock positioning for a cell or a widget.
HorizontalAlignment
          A class-enumeration that can be used to specify the type of horizontal positioning for a cell or a widget.
VerticalAlignment
          A class-enumeration that can be used to specify the type of vertical positioning for a cell or a widget.