-
- All Superinterfaces:
AttributeReadEnabled
,AttributeReadId
,AttributeReadValid
,AttributeReadVisible
,AttributeWriteEnabled
,AttributeWriteId
,AttributeWriteReadOnly
,AttributeWriteTooltip
,AttributeWriteVisible
,EventSource<UiEvent,UiEventListener>
,UiWidget
- All Known Subinterfaces:
UiAbstractChoice<O,V>
,UiAbstractDataTable<R>
,UiAbstractDataTree<R>
,UiAbstractDataWidget<R>
,UiAbstractMultiChoice<V>
,UiAbstractSingleChoice<V>
,UiAbstractSplitPanel
,UiAudioPlayer
,UiBarChart
,UiBarChartHorizontal
,UiBarChartVertical
,UiBigDecimalInput
,UiBigIntegerInput
,UiBorderPanel
,UiBreadCrumbBar
,UiButton
,UiButtonPanel
,UiChart<D>
,UiCheckbox
,UiCheckboxChoice<V>
,UiCollapsiblePanel
,UiColorInput
,UiComboBox<V>
,UiCompositeInput<V>
,UiDataTable<R>
,UiDataTree<R>
,UiDataTreeTable<R>
,UiDateInput
,UiDateTimeInput
,UiDoubleInput
,UiExternalLink
,UiFormGroup<V>
,UiFormPanel<V>
,UiGridPanel
,UiHorizontalInput<V>
,UiHorizontalPanel
,UiHorizontalSplitPanel
,UiHtmlEditor
,UiIcon
,UiImage
,UiInput<V>
,UiInputContainer<V>
,UiIntegerInput
,UiIntegerSlider
,UiInternalLink
,UiLabel
,UiLineChart
,UiLongInput
,UiLongSlider
,UiMediaPlayer
,UiMediaWidget
,UiMultiComboBox<V>
,UiMutablePanel
,UiNavigationBar
,UiNumberInput<V>
,UiNumericInput<V>
,UiPasswordInput
,UiPieChart
,UiRadioButton
,UiRadioChoice<V>
,UiScrollPanel
,UiSlider<V>
,UiSlot
,UiSourceCodeViewer
,UiStringInput
,UiTabPanel
,UiText
,UiTextArea
,UiTextInput
,UiTextualInput<V>
,UiTimeInput
,UiVerticalInput<V>
,UiVerticalPanel
,UiVerticalSplitPanel
,UiVideoPlayer
- All Known Implementing Classes:
FxAbstractChoice
,FxBarChart
,FxBarChartHorizontal
,FxBarChartVertical
,FxBorderPanel
,FxButton
,FxButtonPanel
,FxChart
,FxCheckbox
,FxCollapsiblePanel
,FxComboBox
,FxCompositeInput
,FxDataTable
,FxExternalLink
,FxFormGroup
,FxFormGroup
,FxFormPanel
,FxFormPanel
,FxGridPanel
,FxHorizontalInput
,FxHorizontalPanel
,FxHorizontalPanel
,FxImage
,FxInput
,FxInputContainer
,FxInputContainer
,FxInternalLink
,FxLabel
,FxLineChart
,FxMediaPlayer
,FxMediaWidget
,FxMutablePanel
,FxPasswordInput
,FxPieChart
,FxRadioButton
,FxRadioChoice
,FxScrollPanel
,FxSlot
,FxStringInput
,FxText
,FxTextArea
,FxTextInput
,FxTextualInput
,FxVerticalPanel
,TestAbstractChoice
,TestAbstractRadioButton
,TestAbstractSingleChoice
,TestBarChart
,TestBarChartHorizontal
,TestBarChartVertical
,TestButton
,TestButtonPanel
,TestChart
,TestCheckbox
,TestCollapsiblePanel
,TestComboBox
,TestDataList
,TestExternalLink
,TestFormGroup
,TestFormPanel
,TestGridPanel
,TestGridRow
,TestIcon
,TestImage
,TestInput
,TestInputContainer
,TestInternalLink
,TestLabel
,TestLineChart
,TestMutablePanel
,TestPasswordInput
,TestPieChart
,TestRadioButton
,TestRadioChoice
,TestScrollPanel
,TestSelectionInput
,TestSlot
,TestStringInput
,TestText
,TestTextArea
,TestTextInput
,TestTextualInput
,TestVerticalPanel
,TvmAbstractTextArea
,TvmBooleanInput
,TvmBorderPanel
,TvmButton
,TvmButtonPanel
,TvmCheckbox
,TvmComboBoxDataList
,TvmComboBoxSelect
,TvmExternalLink
,TvmGridPanel
,TvmHorizontalPanel
,TvmHtmlInput
,TvmHtmlSelect
,TvmInput
,TvmInternalLink
,TvmLabel
,TvmLabelledInput
,TvmMutablePanel
,TvmPasswordInput
,TvmRadioButton
,TvmRadioChoice
,TvmScrollPanel
,TvmSlot
,TvmStringInput
,TvmText
,TvmTextArea
,TvmTextInput
,TvmTextualInput
,TvmVerticalPanel
,UiCustomCompositeInput
,UiCustomEditor
,UiCustomEditorButtonPanel
,UiCustomFormPanel
,UiCustomGridPanel
,UiCustomHorizontalInput
,UiCustomInput
,UiCustomMutablePanel
,UiCustomScrollPanel
,UiCustomVerticalPanel
public interface UiRegularWidget extends UiWidget
Interface for a regularUiWidget
. Here regular means that it represents a generic widget that can be placedalmost anywhere
. Widgets that are not regular are e.g. windows or menu-items.- Since:
- 1.0.0
-
-
Method Summary
-
Methods inherited from interface io.github.mmm.ui.api.attribute.AttributeReadId
getId
-
Methods inherited from interface io.github.mmm.ui.api.attribute.AttributeWriteId
setId
-
Methods inherited from interface io.github.mmm.ui.api.attribute.AttributeWriteTooltip
getTooltip, setTooltip
-
Methods inherited from interface io.github.mmm.event.EventSource
addListener, addListener, addWeakListener, removeListener
-
Methods inherited from interface io.github.mmm.ui.api.widget.UiWidget
cast, dispose, getModificationTimestamp, getParent, getReadOnlyFixed, getStyles, isDisposed, isEnabled, isEnabled, isFocused, isModified, isReadOnly, isValid, isVisible, isVisible, reset, setEnabled, setEnabled, setFocused, setReadOnly, setReadOnlyFixed, setVisible, setVisible, validate, validate, validate, validateDown, validateUp
-
-