Interface | Description |
---|---|
FIBBrowserWidgetFooter<C,T> |
Represent a table widget footer (the footer is synchronized with the selection of table)
|
FIBTableWidgetFooter<C,T> |
Represent a table widget footer (the footer is synchronized with the selection of table)
|
Class | Description |
---|---|
FIBBrowserWidgetImpl<C,T> |
Base implementation for a browser (a tree of various objects)
|
FIBButtonWidgetImpl<C> |
Default base implementation for a widget with a button
|
FIBCheckboxListWidgetImpl<C,T> | |
FIBCheckBoxWidgetImpl<C> |
Default base implementation for a widget able to edit a boolean (or Boolean) object
|
FIBColorWidgetImpl<C> |
Default base implementation for a widget able to select a Color
|
FIBCustomWidgetImpl<C,CC extends <any>,T> |
Generic Gina widget presenting a custom component
This base API allows to encapsulate any component in a Gina component to be integrated inside a FIB hierarchy |
FIBDateWidgetImpl<C> |
Default base implementation for a widget able to select a
Date |
FIBDropDownWidgetImpl<C,T> |
Default base implementation for a widget able to select an item in a list (combo box)
|
FIBEditorPaneWidgetImpl<C> |
Default implementation for a text component to edit various kinds of content
|
FIBEditorWidgetImpl<C> |
Represents a widget able to edit a Text (more than one line) object using a syntax-colored editor (eg code editor)
|
FIBFileWidgetImpl<C> |
Default base implementation for a widget able to edit or select a File
|
FIBFontWidgetImpl<C> |
Default base implementation for a widget able to select a Font
|
FIBGenericTextWidgetImpl<F extends FIBTextWidget,C> |
Default base implementation for a simple widget allowing to display/edit a String in a TextField
|
FIBHtmlEditorWidgetImpl<C> |
Represents a widget able to edit an HTML fragment
|
FIBImageWidgetImpl<C> |
Default base implementation for a widget allowing to display an image
Image can be statically or dynamically retrieved |
FIBLabelWidgetImpl<C> |
Default base implementation for a simple widget allowing to display a label
|
FIBListWidgetImpl<C,T> | |
FIBMultipleValueWidgetImpl<M extends FIBMultipleValues,C,T,I> |
Default base implementation for a generic and abstract widget allowing to handle a list of values
|
FIBNumberWidgetImpl<C,T extends Number> |
Base implementation for a widget able to edit a number
|
FIBRadioButtonListWidgetImpl<C,T> |
Base implementation for a widget able to select an item in a radio button panel
|
FIBReferencedComponentWidgetImpl<C> |
This component allows to reuse an other component, and embed it into a widget
Referenced component may be statically or dynamically referenced |
FIBTableWidgetImpl<C,T> |
Default base implementation for a table widget (a table display a list of rows, with some data presented as columns)
|
FIBTextAreaWidgetImpl<C> |
Default base implementation for a widget able to edit a Text (more than one line) object
|
FIBTextFieldWidgetImpl<C> |
Default base implementation for a simple widget allowing to display/edit a String in a TextField
|
Copyright © 2022 Openflexo. All rights reserved.