Interface WidgetReference
-
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
WidgetReferenceImpl
public interface WidgetReference extends Serializable
Reference for a widget within a layout row.- Since:
- 5.5
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description WidgetReference
clone()
String
getCategory()
Optional category on the widget: if this category is filled, the widget instance will be looked up with this category in the storeString
getName()
Widget name.
-
-
-
Method Detail
-
getCategory
String getCategory()
Optional category on the widget: if this category is filled, the widget instance will be looked up with this category in the store
-
getName
String getName()
Widget name. If a widget with this name is present in the layout definition, it references this widget. Else, if a category is filled, the widget is looked up in the store with this category. If no category is filled, the widget is looked up in the same store than the one of the layout.
-
clone
WidgetReference clone()
- Since:
- 5.5
-
-