| java.lang.Object com.javelin.swinglets.plaf.html.HTMLComponentUI
All known Subclasses: com.javelin.swinglets.plaf.html.HTMLFileChooserUI, com.javelin.swinglets.plaf.html.HTMLCharacterUI, com.javelin.swinglets.plaf.html.HTMLTreeUI, com.javelin.swinglets.plaf.html.HTMLButtonUI, com.javelin.swinglets.plaf.html.HTMLTextFieldUI, com.javelin.swinglets.plaf.html.HTMLTableFooterUI, com.javelin.swinglets.plaf.html.HTMLCheckBoxUI, com.javelin.swinglets.plaf.html.HTMLHiddenUI, com.javelin.swinglets.plaf.html.HTMLSeparatorUI, com.javelin.swinglets.plaf.html.HTMLContainerUI, com.javelin.swinglets.plaf.html.HTMLLabelUI, com.javelin.swinglets.plaf.html.HTMLObjectUI, com.javelin.swinglets.plaf.html.HTMLComboBoxUI, com.javelin.swinglets.plaf.html.HTMLMenuItemUI, com.javelin.swinglets.plaf.html.HTMLTableHeaderUI, com.javelin.swinglets.plaf.html.HTMLTableUI, com.javelin.swinglets.plaf.html.HTMLServletUI, com.javelin.swinglets.plaf.html.HTMLIncludeUI, com.javelin.swinglets.plaf.html.HTMLTextComponentUI, com.javelin.swinglets.plaf.html.HTMLListUI, com.javelin.swinglets.plaf.html.HTMLRadioButtonUI, com.javelin.swinglets.plaf.html.HTMLPasswordFieldUI, com.javelin.swinglets.plaf.html.HTMLIconUI,
HTMLComponentUI | abstract public class HTMLComponentUI implements SComponentUI(Code) | | HTMLComponentUI defines a look and feel for HTML.
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. | public STheme | getTheme() Utility Method to get the theme. | public void | initFrameSets(SComponent c) | 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) | public void | update(PrintWriter out, SComponent c) | 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) | public void | updateHeader(PrintWriter out, SComponent c) | public void | updateScript(Object out, SComponent c) Render the script code in the the Header. | public void | updateScript(PrintWriter out, SComponent c) Render the script code in the Header part of the Web Page. |
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.
|
getTheme | public STheme getTheme()(Code) | | Utility Method to get the theme.
|
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(Object out, SComponent c)(Code) | | Render the UI on the Object, in the body part of the web page
|
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 event handling script on the output, in the body part of the
web page
|
updateEvent | public void updateEvent(PrintWriter out, SComponent c)(Code) | | Render the script on the PrintWriter, in the body part of the web page
|
updateHeader | public void updateHeader(Object out, SComponent c)(Code) | | Render the UI on the Object, in the header part of the Web Page
|
updateHeader | public void updateHeader(PrintWriter out, SComponent c)(Code) | | Render the UI on the output, in the header part of the Web Page
|
updateScript | public void updateScript(Object out, SComponent c)(Code) | | Render the script code in the the Header.
|
|
|