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:

This class can be called from any list class that needs access to its persistent column settings.

Since:
v4r5m0

Field Summary
static java.lang.String DEFAULT_REGISTRY
           
static java.lang.String JAVA_REGISTRY
           
static java.lang.String WINDOWS_REGISTRY
           
 
Constructor Summary
ColumnsAccess(java.lang.String columnsContainer)
          Stores the container type, then creates the interface used store and retrieve persistent column information.
 
Method Summary
 ColumnDescriptor[] getColumnsInformation()
          Retrieves the current columns information for the specified container.
 boolean isColumnsForOpenWindow()
          Retrieves whether column information is for an open window
 void setRegistryToUse(java.lang.String registry)
          Sets the registry to use for accessing column information
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

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
Method Detail

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