|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface allows views comparison. If both parameters and types are equals for the compared views, then the two view are considered as equal.
Method Summary | |
boolean |
equalsView(String type,
Object[] parameters)
|
boolean |
equalsView(ViewIdentity view)
Tells if a view is the same as another one, ie it has the same type and parameters. |
Object[] |
getParameters()
The parameters that were used to compile the view. |
String |
getType()
Gets the view type. |
void |
setParameters(Object[] parameters)
Sets the parameters that were used to construct the view. |
void |
setType(String type)
Set the view type. |
Method Detail |
public void setParameters(Object[] parameters)
public Object[] getParameters()
public String getType()
public void setType(String type)
public boolean equalsView(ViewIdentity view)
public boolean equalsView(String type, Object[] parameters)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |