Class ManagedTableWidgetDescription
- java.lang.Object
-
- ch.systemsx.cisd.openbis.generic.shared.basic.dto.ManagedTableWidgetDescription
-
- All Implemented Interfaces:
IManagedOutputWidgetDescription
,java.io.Serializable
public class ManagedTableWidgetDescription extends java.lang.Object implements IManagedOutputWidgetDescription
IManagedOutputWidgetDescription
implementation for tables- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ManagedTableWidgetDescription()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ManagedOutputWidgetType
getManagedOutputWidgetType()
TableModel
getTableModel()
void
setTableModel(TableModel tableModel)
-
-
-
Method Detail
-
getTableModel
public TableModel getTableModel()
-
setTableModel
public void setTableModel(TableModel tableModel)
-
getManagedOutputWidgetType
public ManagedOutputWidgetType getManagedOutputWidgetType()
- Specified by:
getManagedOutputWidgetType
in interfaceIManagedOutputWidgetDescription
- Returns:
- type of this output field
-
-