com.irisel.oms.guiom.comp
Interface UIComponent

All Superinterfaces:
Access
All Known Implementing Classes:
AbstractTimeField, DateField, DateTimeField, HtmlEditor, HtmlEditor, JComboList, JLinkField, JListX, JTextFieldX, JTextPaneX, TimestampField, TriStateCheckBox

public interface UIComponent
extends Access


Field Summary
 
Fields inherited from interface com.irisel.oms.guiom.rbac.Access
NONE, READ_ONLY, READ_WRITE, WRITE_ONLY
 
Method Summary
 PopUpMenu getPopupMenu()
           
 java.lang.Object getValue()
           
 void init(ClassVO c, PropertyVO p, java.lang.Object value)
           
 void setPopUpMenu(PopUpMenu popup)
           
 void setValue(java.lang.Object o)
           
 
Methods inherited from interface com.irisel.oms.guiom.rbac.Access
setAccessMode
 

Method Detail

getValue

java.lang.Object getValue()

setValue

void setValue(java.lang.Object o)

init

void init(ClassVO c,
          PropertyVO p,
          java.lang.Object value)
          throws ComponentInitializationException
Throws:
ComponentInitializationException

getPopupMenu

PopUpMenu getPopupMenu()

setPopUpMenu

void setPopUpMenu(PopUpMenu popup)