| java.lang.Object com.javelin.swinglets.plaf.wml.WMLComponentUI
All known Subclasses: com.javelin.swinglets.plaf.wml.WMLTreeUI, com.javelin.swinglets.plaf.wml.WMLContainerUI, com.javelin.swinglets.plaf.wml.WMLComboBoxUI, com.javelin.swinglets.plaf.wml.WMLListUI, com.javelin.swinglets.plaf.wml.WMLRadioButtonUI, com.javelin.swinglets.plaf.wml.WMLObjectUI, com.javelin.swinglets.plaf.wml.WMLFileChooserUI, com.javelin.swinglets.plaf.wml.WMLTableUI, com.javelin.swinglets.plaf.wml.WMLMenuItemUI, com.javelin.swinglets.plaf.wml.WMLButtonUI, com.javelin.swinglets.plaf.wml.WMLServletUI, com.javelin.swinglets.plaf.wml.WMLTextComponentUI, com.javelin.swinglets.plaf.wml.WMLSeparatorUI, com.javelin.swinglets.plaf.wml.WMLPasswordFieldUI, com.javelin.swinglets.plaf.wml.WMLIconUI, com.javelin.swinglets.plaf.wml.WMLLabelUI, com.javelin.swinglets.plaf.wml.WMLMenuUI, com.javelin.swinglets.plaf.wml.WMLCheckBoxUI, com.javelin.swinglets.plaf.wml.WMLCharacterUI, com.javelin.swinglets.plaf.wml.WMLHiddenUI, com.javelin.swinglets.plaf.wml.WMLTableHeaderUI,
WMLComponentUI | abstract public class WMLComponentUI implements SComponentUI(Code) | | WMLComponentUI defines a look and feel for WML.
author: Robin Sharp |
Method Summary | |
protected void | addInternal(EventListener listener) | public void | addListener(EventListener listener) | public void | addListeners(SComponent component) Adds the listeners to receive component events from
the SComponent at initialisation. | public Class | getLookAndFeel() Get the look and feel class for this UI. | protected void | removeInternal(EventListener listener) | public void | removeListener(EventListener listener) | public void | removeListeners(SComponent component) Removes all the listeners that received component events from
the SComponent at initialisation. | public void | update(Object out, SComponent c) Render the UI on the Object, in the body. | public void | update(PrintWriter out, SComponent c) Render the UI on the PrintWriter, in the body. | public void | update(SComponent c, int id, int index) Tell the underlying UI that the component has been changed. | public void | update(SComponent c, int id, Object constraint) Tell the underlying UI that the component has been changed. | public void | updateComponentFooter(Object out, SComponent c) Update the component footer. | public void | updateComponentFooter(PrintWriter out, SComponent c) Update the component footer. | public void | updateComponentHeader(Object out, SComponent c) Update the component header. | public void | updateComponentHeader(PrintWriter out, SComponent c) Update the component header. | public void | updateEvent(Object out, SComponent c) | public void | updateEvent(PrintWriter out, SComponent c) | public void | updateHeader(Object out, SComponent c) Render the UI on the Object, in the header. | public void | updateHeader(PrintWriter out, SComponent c) Render the UI on the output, in the header. | public void | updateScript(Object out, SComponent c) Render the script code for a text the Header. | public void | updateScript(PrintWriter out, SComponent c) Render the script code for a text the Header. |
addListener | public void addListener(EventListener listener)(Code) | | See Also: com.javelin.swinglets.plaf.SComponentUI.addListener() |
addListeners | public void addListeners(SComponent component)(Code) | | Adds the listeners to receive component events from
the SComponent at initialisation.
|
getLookAndFeel | public Class getLookAndFeel()(Code) | | Get the look and feel class for this UI.
|
removeListener | public void removeListener(EventListener listener)(Code) | | See Also: com.javelin.swinglets.plaf.SComponentUI.removeListener() |
removeListeners | public void removeListeners(SComponent component)(Code) | | Removes all the listeners that received component events from
the SComponent at initialisation.
|
update | public void update(SComponent c, int id, int index)(Code) | | Tell the underlying UI that the component has been changed.
|
update | public void update(SComponent c, int id, Object constraint)(Code) | | Tell the underlying UI that the component has been changed.
|
updateComponentFooter | public void updateComponentFooter(Object out, SComponent c)(Code) | | Update the component footer.
|
updateComponentHeader | public void updateComponentHeader(Object out, SComponent c)(Code) | | Update the component header.
|
updateEvent | public void updateEvent(Object out, SComponent c)(Code) | | Render the script event handling on the Object
|
updateHeader | public void updateHeader(Object out, SComponent c)(Code) | | Render the UI on the Object, in the header.
|
updateScript | public void updateScript(Object out, SComponent c)(Code) | | Render the script code for a text the Header.
|
|
|