|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.kuali.rice.krad.uif.field.AttributeQueryResult
public class AttributeQueryResult
Object that is returned for Ajax attribute queries and exposed as JSON
| Constructor Summary | |
|---|---|
AttributeQueryResult()
|
|
| Method Summary | ||
|---|---|---|
AttributeQueryResult |
clone()
Override Object.clone() to assign the public modifier. |
|
|
copy()
Return a copy of the class. |
|
List<Object> |
getResultData()
Result of an attribute query that will be sent back to the client |
|
Map<String,String> |
getResultFieldData()
Returns data for multiple fields as a Map where key is the field name and map value is the field value |
|
String |
getResultMessage()
Message text that should display (if non empty) with the results. |
|
String |
getResultMessageStyleClasses()
CSS Style classes that should be applied to the result message text |
|
void |
preventModification()
Modification is not controlled at this level. |
|
void |
setResultData(List<Object> resultData)
Setter for the attribute query result data |
|
void |
setResultFieldData(Map<String,String> resultFieldData)
Setter for the map field data |
|
void |
setResultMessage(String resultMessage)
Setter for the result message text |
|
void |
setResultMessageStyleClasses(String resultMessageStyleClasses)
Setter for the CSS style classes to use for the return message |
|
Copyable |
unwrap()
Get the innermost copyable instance, if wrapped by a proxy. |
|
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AttributeQueryResult()
| Method Detail |
|---|
public String getResultMessage()
public void setResultMessage(String resultMessage)
resultMessage - public String getResultMessageStyleClasses()
public void setResultMessageStyleClasses(String resultMessageStyleClasses)
resultMessageStyleClasses - public Map<String,String> getResultFieldData()
public void setResultFieldData(Map<String,String> resultFieldData)
resultFieldData - public List<Object> getResultData()
public void setResultData(List<Object> resultData)
resultData -
public AttributeQueryResult clone()
throws CloneNotSupportedException
CopyableObject.clone() to assign the public modifier.
clone in interface Copyableclone in class ObjectObject.clone()
CloneNotSupportedException - If Cloneable is not implemented. This should not
be possible when using this interface.Copyable.clone()public void preventModification()
preventModification in interface CopyableCopyable.preventModification()public final <T> T copy()
Copyable
copy in interface CopyableT - copyable type
Copyable.copy(),
CopyUtils.copy(Copyable)public Copyable unwrap()
unwrap in interface Copyable
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||