ActionBar |
Action bar contains the set of action buttons, having their unique listeners
and decorating images.
|
ActionBarSingleButtonItem |
Native button-based implementation of an action bar item.
|
ActionBarSpinnerItem |
|
DateChooserControl |
Control for date representation.
|
DecoratedText |
Text decorated with the image in the content area.
|
DndTransfer |
Transfer for drag and drop
Transfered data must be pair of Integer and String
|
DtLabel |
Special version of CLabel that trims its text at the end, not at the
middle as original CLabel .
|
Messages |
|
NullableSpinner |
Custom spinner control with null value support.
|
SectionToolbar |
This class provides a convenient shorthand for creating and initializing
ToolBar.
|
TreeChangingButtons |
Buttons for change table or tree content
|
ValueChooser |
1C-specific composite widget for displaying/editing the value of the text
field in property/scheme editor(s) as well as providing controls for
changing the value of the field via actions associated with this field.
|
ValueComboChooser |
Extension of ValueChooser component which includes combo-box behavior
(drop-down list) along with standard ActionBar action button decorated with
combo dropdown arrow.
The component allows to add other custom actions to the control expanding its
capabilities.
The implementation is based on the CCombo code base, with the list
is being replaced with the native SWT table.
|
ValueComboChooserViewer |
Viewer lifecycle addition to the ValueComboChooser .
Consumes domain model via associated content provider and converts it
to elements of the combo via associated label provider (including both text
decorations and text)
|