|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.zkoss.bind.impl.WrongValuePropertyImpl
public class WrongValuePropertyImpl
// ZK-878 Exception if binding a form with errorMessage To handle wrong value exception when getting a component value.
Constructor Summary | |
---|---|
WrongValuePropertyImpl(java.lang.Object base,
java.lang.String property,
java.lang.Object wrongValueException)
|
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
|
java.lang.Object |
getBase()
Returns the base object of this property. |
java.lang.String |
getProperty()
Returns the name of this property. |
java.lang.Object |
getValue()
Returns the value object of this property. |
WrongValueException[] |
getWrongValueExceptions()
|
int |
hashCode()
|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public WrongValuePropertyImpl(java.lang.Object base, java.lang.String property, java.lang.Object wrongValueException)
Method Detail |
---|
public java.lang.Object getBase()
Property
getBase
in interface Property
public java.lang.Object getValue()
Property
getValue
in interface Property
public java.lang.String getProperty()
Property
getProperty
in interface Property
public WrongValueException[] getWrongValueExceptions()
public java.lang.String toString()
toString
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |