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