|
SL-GMS Enterprise RTView Customization | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectcom.sl.gmsjrtviewds.GmsRtViewDsControlProperties
public class GmsRtViewDsControlProperties
This class contains supplemental metadata that describes an Enterprise RTView
Data Adapter, including descriptive information, the names of auxiliary
classes and files, available datasource behaviors, and localization
information.
The control properties are set during initialization, in
the method
GmsRtViewDs.initDsControlProperties(),
and cannot be changed after initialization is complete. Note that the
control properties are initialized after command-line
arguments and ds options have been processed, so the information from
these sources may be used to customize the behavior of the data adapter.
| Method Summary | |
|---|---|
protected java.lang.Object |
clone()
|
void |
enableUpdateModes(java.util.Set updateModes)
Set the update modes to be enabled for this data source. |
java.lang.String |
getAttachDataDialogClassName()
Get the class name of the attach to data dialog for this datasource. |
java.lang.String |
getCommandDialogClassName()
Get the class name of the define command dialog for this datasource. |
java.util.Set |
getEnabledUpdateModes()
Return the set of enabled update modes for this datasource. |
java.lang.String |
getOptionTabClassName()
Get the class name of the option tab dialog for this datasource. |
java.lang.String |
getResourceBundleName()
Get the name of the resource bundle used to localize the dialogs associated with this datasource. |
boolean |
isColumnFilteringEnabled()
Return a flag indicating whether this data source allows column filtering. |
boolean |
isCommandsEnabled()
Return a flag indicating whether the datasource allows commands. |
boolean |
isRowFilteringEnabled()
Return a flag indicating whether this data source allows row filtering. |
void |
setAttachDataDialogClassName(java.lang.String className)
Set the class name of the attach to data dialog for this datasource. |
void |
setColumnFilteringEnabled(boolean flag)
Set a flag indicating whether this data source allows column filtering. |
void |
setCommandDialogClassName(java.lang.String className)
Set the class name of the define command dialog for this datasource. |
void |
setCommandsEnabled(boolean flag)
Set a flag indicating whether the datasource allows commands. |
void |
setOptionTabClassName(java.lang.String className)
Set the class name of the option tab dialog for this datasource. |
void |
setResourceBundleName(java.lang.String resourceBundleName)
Set the name of the resource bundle used to localize the dialogs associated with this datasource. |
void |
setRowFilteringEnabled(boolean flag)
Set a flag indicating whether this data source allows row filtering. |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Method Detail |
|---|
protected java.lang.Object clone()
throws java.lang.CloneNotSupportedException
clone in class java.lang.Objectjava.lang.CloneNotSupportedExceptionpublic void enableUpdateModes(java.util.Set updateModes)
GmsRtViewDs.UpdateMode enum.
updateModes - the Set<GmsRtViewDs.UpdateMode> of update modes to be enabled.public java.lang.String getAttachDataDialogClassName()
public java.lang.String getCommandDialogClassName()
public java.util.Set getEnabledUpdateModes()
GmsRtViewDs.UpdateMode enum.
public java.lang.String getOptionTabClassName()
public java.lang.String getResourceBundleName()
public boolean isColumnFilteringEnabled()
public boolean isCommandsEnabled()
public boolean isRowFilteringEnabled()
public void setAttachDataDialogClassName(java.lang.String className)
className - the class name of the attach to data dialogpublic void setColumnFilteringEnabled(boolean flag)
flag - the enabled status for column filteringpublic void setCommandDialogClassName(java.lang.String className)
className - the class name of the define command dialogpublic void setCommandsEnabled(boolean flag)
flag - the enabled status for commandspublic void setOptionTabClassName(java.lang.String className)
className - the class name of the option tabpublic void setResourceBundleName(java.lang.String resourceBundleName)
resourceBundleName - the name of the resource bundlepublic void setRowFilteringEnabled(boolean flag)
flag - the enabled status for row filteringpublic java.lang.String toString()
toString in class java.lang.Object
|
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||