com.sap.portal.admin.wizard.panes
Class InfoPane.OptionalControl

java.lang.Object
  |
  +--com.sap.portal.admin.wizard.panes.InfoPane.OptionalControl
Enclosing class:
InfoPane

public static final class InfoPane.OptionalControl
extends java.lang.Object

OptionalControl Enum that holds the keys for the controls which are optional to be displayed.


Field Summary
static InfoPane.OptionalControl IsTemplate
          Deprecated. don't use
static InfoPane.OptionalControl NameSpace
          Field Nameace - namespace field modifier.
 
Method Summary
 java.lang.String toString()
          Returns the object's string.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

NameSpace

public static final InfoPane.OptionalControl NameSpace
Field Nameace - namespace field modifier.

IsTemplate

public static final InfoPane.OptionalControl IsTemplate
Deprecated. don't use

Field IsTemplate - isTemplate radio button modifier.
Method Detail

toString

public java.lang.String toString()
Returns the object's string.
Overrides:
toString in class java.lang.Object