siicfg.ui
Interface UIComponentTag

public interface UIComponentTag
Method Detail

getComponentTag

public abstract long getComponentTag()
return the tag of entity object bound to current ui compnent

UpdateUI

public abstract void UpdateUI()
Update the ui component's content when it is modified

RemoveDevice

public abstract void RemoveDevice()
Remove the ui component when it is deleted

AddDevice

public abstract void AddDevice(java.lang.Object obj)
Add new ui component when some new device is detected