|
Oracle Data-aware Controls Reference | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectoracle.dacf.util.errormanager.SimpleErrorAttributeImpl
The SimpleErrorAttributeImpl class is the simplest implementation of the ErrorAttribute interface. The class consists of a value for the error attribute and a label to use when displaying it.
ErrorAtribute
Constructor Summary | |
SimpleErrorAttributeImpl(java.lang.String label,
java.lang.String value)
Constructor to create the error attribute. |
Method Summary | |
java.lang.String |
getLabel()
Returns the label used when displaying this attribute on the UI. |
java.lang.String |
toString()
Returns the String representation of this attribute. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public SimpleErrorAttributeImpl(java.lang.String label, java.lang.String value)
label
- the label-text you want to be used by the UI.value
- the string representation of this attribute.Method Detail |
public java.lang.String toString()
toString
in interface ErrorAttribute
public java.lang.String getLabel()
getLabel
in interface ErrorAttribute
|
Oracle Data-aware Controls Reference | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright © 1997, 2003, Oracle. All rights reserved.