|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.wewebu.ow.server.field.OwStandardLocalizeableEnum
public class OwStandardLocalizeableEnum
Standard implementation of the OwEnum interface.
Alfresco Workdesk
Copyright (c) Alfresco Software, Inc.
All rights reserved.
For licensing information read the license.txt file or
go to: http://wiki.alfresco.com
Constructor Summary | |
---|---|
OwStandardLocalizeableEnum(Object value_p,
OwString displayName_p)
construct a single enum value, used in getEnums Use this constructor if the display name should be retrieve from resource bundle with the given key |
Method Summary | |
---|---|
OwEnumCollection |
getChilds()
get the contained child collection |
String |
getDisplayName(Locale local_p)
get a display name |
Object |
getValue()
get the enum value |
boolean |
hasChildEnums()
check if enum has a contained child collection |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public OwStandardLocalizeableEnum(Object value_p, OwString displayName_p)
value_p
- Object enum valuedisplayName_p
- OwString localizeable display nameMethod Detail |
---|
public Object getValue()
OwEnum
getValue
in interface OwEnum
public String getDisplayName(Locale local_p)
OwEnum
getDisplayName
in interface OwEnum
public boolean hasChildEnums()
OwEnum
hasChildEnums
in interface OwEnum
public OwEnumCollection getChilds()
OwEnum
getChilds
in interface OwEnum
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |