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
IManagedOutputWidgetDescriptionimplementation 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 ManagedOutputWidgetTypegetManagedOutputWidgetType()TableModelgetTableModel()voidsetTableModel(TableModel tableModel)
-
-
-
Method Detail
-
getTableModel
public TableModel getTableModel()
-
setTableModel
public void setTableModel(TableModel tableModel)
-
getManagedOutputWidgetType
public ManagedOutputWidgetType getManagedOutputWidgetType()
- Specified by:
getManagedOutputWidgetTypein interfaceIManagedOutputWidgetDescription- Returns:
- type of this output field
-
-