|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.itmill.toolkit.terminal.Identifiable
public class Identifiable
Interface implemented by all classes that can be identified by Unique User Interface Identity (UIID). By default paintable ID's (PIDs) for all UI components are generated with a growing sequence number starting from 0. PIDs are unique but they are created when UI component is rendered to terminal and therefore PIDs may change between subsequent application or session initializations. Classes implementing this interface may set fixed PIDs for any UI component.
| Constructor Summary | |
|---|---|
Identifiable()
|
|
| Method Summary | |
|---|---|
String |
getDebugId()
|
String |
getUIID()
Deprecated. use setDebugId(String) instead. |
void |
setDebugId(String id)
|
void |
setUIID(String UIID)
Deprecated. use setDebugId(String) instead. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Identifiable()
| Method Detail |
|---|
public void setUIID(String UIID)
setDebugId(String) instead.
public String getUIID()
setDebugId(String) instead.
public void setDebugId(String id)
public String getDebugId()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||