Class AbstractColumn.ColumnVisibility
- java.lang.Object
-
- net.n2oapp.framework.api.metadata.global.view.widget.table.column.AbstractColumn.ColumnVisibility
-
- All Implemented Interfaces:
Serializable,DatasourceIdAware,Source
- Enclosing class:
- AbstractColumn
public static class AbstractColumn.ColumnVisibility extends Object implements Source, DatasourceIdAware
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ColumnVisibility()
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description StringgetRefWidgetId()Deprecated.voidsetRefWidgetId(String refWidgetId)Deprecated.-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface net.n2oapp.framework.api.metadata.aware.DatasourceIdAware
getDatasourceId, setDatasourceId
-
-
-
-
Method Detail
-
getRefWidgetId
@Deprecated public String getRefWidgetId()
Deprecated.
-
setRefWidgetId
@Deprecated public void setRefWidgetId(String refWidgetId)
Deprecated.
-
-