com.ibm.as400.opnav
Class ColumnsAccess
java.lang.Object
|
+--com.ibm.as400.opnav.ColumnsAccess
- public class ColumnsAccess
- extends java.lang.Object
Provides access to persistent column settings, which includes:
- Which columns are to be displayed
- The order in which the columns are displayed
- The width of each column that is displayed
This class can be called from any list class that needs access to its
persistent column settings.
- Since:
- v4r5m0
Constructor Summary |
ColumnsAccess(java.lang.String columnsContainer)
Stores the container type, then creates the interface used
store and retrieve persistent column information. |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
DEFAULT_REGISTRY
public static java.lang.String DEFAULT_REGISTRY
JAVA_REGISTRY
public static java.lang.String JAVA_REGISTRY
WINDOWS_REGISTRY
public static java.lang.String WINDOWS_REGISTRY
ColumnsAccess
public ColumnsAccess(java.lang.String columnsContainer)
- Stores the container type, then creates the interface used
store and retrieve persistent column information.
- Parameters:
columnsContainer
- the container object type that
is creating the data bean- Since:
- v4r5m0
setRegistryToUse
public void setRegistryToUse(java.lang.String registry)
- Sets the registry to use for accessing column information
- Since:
- v5r1m0
getColumnsInformation
public ColumnDescriptor[] getColumnsInformation()
- Retrieves the current columns information for the specified container.
- Returns:
ColumnDescriptor
array that contains the
component's persistent column information- Since:
- v4r5m0
isColumnsForOpenWindow
public boolean isColumnsForOpenWindow()
- Retrieves whether column information is for an open window
- Returns:
- boolean indicating whether column information is for an open window
- Since:
- v5r1m0