com.sapportals.htmlb.enum

Class ButtonDesign

java.lang.Object
  extended bycom.sapportals.htmlb.enum.Enum
      extended bycom.sapportals.htmlb.enum.ButtonDesign
All Implemented Interfaces:
Serializable

public class ButtonDesign
extends Enum

Enumeration values for the different Button designs. Note that in any visible application screen there should only be one emphasized Button

Copyright 2004 SAP AG

See Also:
Serialized Form

Nested Class Summary
 
Nested classes inherited from class com.sapportals.htmlb.enum.Enum
Enum.StringEnumeration
 
Field Summary
static ButtonDesign EMPHASIZED
           
static ButtonDesign NEXT
           
static ButtonDesign PREVIOUS
           
static ButtonDesign SMALL
           
static ButtonDesign STANDARD
           
 
Method Summary
static ButtonDesign getEnumByString(String value)
           
 
Methods inherited from class com.sapportals.htmlb.enum.Enum
getStringValue, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

SMALL

public static final ButtonDesign SMALL

EMPHASIZED

public static final ButtonDesign EMPHASIZED

STANDARD

public static final ButtonDesign STANDARD

PREVIOUS

public static ButtonDesign PREVIOUS

NEXT

public static ButtonDesign NEXT
Method Detail

getEnumByString

public static ButtonDesign getEnumByString(String value)


Copyright 2006 SAP AG Complete Copyright Notice