|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.opengts.war.report.ReportOption
public class ReportOption
Constructor Summary | |
---|---|
ReportOption(java.lang.String name)
Constructor |
|
ReportOption(java.lang.String name,
I18N.Text desc,
RTProperties rtProps)
Constructor |
|
ReportOption(java.lang.String name,
java.lang.String desc,
RTProperties rtProps)
Constructor |
Method Summary | |
---|---|
java.lang.String |
getDescription(java.util.Locale locale)
Gets the localized description of this ReportOption |
java.lang.String |
getDescription(java.util.Locale locale,
RequestProperties reqState)
Gets the localized description of this ReportOption |
java.lang.String |
getName()
Gets the name of this ReportOption |
RTProperties |
getProperties()
Gets the defined properties for this ReportOption |
java.lang.String |
getValue(java.lang.String key)
Gets the specified property value |
boolean |
hasProperties()
Returns true if this ReportOption has defined properties |
void |
setDescription(I18N.Text desc)
Sets a localizable text description for this ReportOption |
void |
setDescription(java.lang.String desc)
Sets the String description (non-localizable) |
void |
setValue(java.lang.String key,
java.lang.String val)
Sets the specified property value |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ReportOption(java.lang.String name, I18N.Text desc, RTProperties rtProps)
public ReportOption(java.lang.String name, java.lang.String desc, RTProperties rtProps)
public ReportOption(java.lang.String name)
Method Detail |
---|
public java.lang.String getName()
public void setDescription(java.lang.String desc)
public void setDescription(I18N.Text desc)
public java.lang.String getDescription(java.util.Locale locale)
public java.lang.String getDescription(java.util.Locale locale, RequestProperties reqState)
public boolean hasProperties()
public RTProperties getProperties()
public void setValue(java.lang.String key, java.lang.String val)
public java.lang.String getValue(java.lang.String key)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |