net.sf.jzeno.echo.script
Class ClientSideComponentSelector

java.lang.Object
  extended by nextapp.echo.AbstractComponent
      extended by net.sf.jzeno.echo.script.ClientSideComponentSelector
All Implemented Interfaces:
java.io.Serializable, EventSource, Component

public class ClientSideComponentSelector
extends AbstractComponent
implements EventSource

See Also:
Serialized Form

Field Summary
 
Fields inherited from interface nextapp.echo.Component
BACKGROUND_CHANGED_PROPERTY, CHILDREN_CHANGED_PROPERTY, ENABLED_CHANGED_PROPERTY, FONT_CHANGED_PROPERTY, FOREGROUND_CHANGED_PROPERTY, IDENTIFIER_CHANGED_PROPERTY, LOCALE_CHANGED_PROPERTY, MODEL_CHANGED_PROPERTY, SELECTABLE_CHANGED_PROPERTY, STYLE_BACKGROUND, STYLE_FONT, STYLE_FOREGROUND, UPDATE_PROPERTY, VISIBLE_CHANGED_PROPERTY
 
Constructor Summary
ClientSideComponentSelector()
           
 
Method Summary
 void doAction()
           
 void fireActionEvent()
           
 void fireActionEvent(ActionEvent event)
           
 void fireActionEvent(java.lang.String command)
           
 java.lang.String getActionCommand()
           
 java.lang.String getComponentId()
           
 Component getSelectedComponent()
           
 void setActionCommand(java.lang.String command)
           
 void setComponentId(java.lang.String componentId)
           
 void setSelectedComponent(Component selectedComponent)
           
 
Methods inherited from class nextapp.echo.AbstractComponent
add, add, addHierarchyListener, addPropertyChangeListener, applyStyle, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, getBackground, getClientId, getComponent, getComponentCount, getComponents, getEchoInstance, getFont, getForeground, getIdentifier, getListenerList, getLocale, getParent, indexOf, init, isAncestorOf, isDifferent, isEnabled, isFocused, isRecursivelyVisible, isRegistered, isSelectableForScriptRecorder, isShowing, isVisible, processHierarchyEvent, remove, remove, removeAll, removeHierarchyListener, removePropertyChangeListener, setBackground, setClientId, setEnabled, setFocused, setFont, setForeground, setIdentifier, setLocale, setParent, setRegistered, setSelectableForScriptRecorder, setVisible, update, validate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClientSideComponentSelector

public ClientSideComponentSelector()
Method Detail

getSelectedComponent

public Component getSelectedComponent()

setSelectedComponent

public void setSelectedComponent(Component selectedComponent)

fireActionEvent

public void fireActionEvent()

fireActionEvent

public void fireActionEvent(ActionEvent event)

fireActionEvent

public void fireActionEvent(java.lang.String command)

getActionCommand

public java.lang.String getActionCommand()
Specified by:
getActionCommand in interface EventSource

setActionCommand

public void setActionCommand(java.lang.String command)
Specified by:
setActionCommand in interface EventSource

getComponentId

public java.lang.String getComponentId()

setComponentId

public void setComponentId(java.lang.String componentId)

doAction

public void doAction()