Interface IManagedOutputWidgetDescription
-
- All Superinterfaces:
java.io.Serializable
- All Known Implementing Classes:
ManagedHtmlWidgetDescription
,ManagedTableWidgetDescription
public interface IManagedOutputWidgetDescription extends java.io.Serializable
Interface implemented by objects describing an output UI element (table, label).
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ManagedOutputWidgetType
getManagedOutputWidgetType()
-
-
-
Method Detail
-
getManagedOutputWidgetType
ManagedOutputWidgetType getManagedOutputWidgetType()
- Returns:
- type of this output field
-
-