com.sas.servlet.tbeans.dataselectors.propertyeditor.editors.html
Class ListBoxViewPropertyEditor

com.sas.servlet.tbeans.dataselectors.propertyeditor.editors.html.ListBoxViewPropertyEditor
All Implemented Interfaces:
HttpActionProviderInterface, com.sas.beans.PropertyChangeSource, com.sas.lang.ObjectDataInterface, com.sas.servlet.tbeans.AJAXControllerURLInterface, ComplexStyleInterface, CompositeComponentInterface, ListBoxViewPropertyEditorKeysInterface, ListBoxViewPropertyEditorStyleKeysInterface, RenderableInterface, TemplateInterface, com.sas.servlet.tbeans.TemplateKeyInterface, TransformationInterface, com.sas.util.WriteToPrintWriterInterface, java.io.Serializable

public class ListBoxViewPropertyEditor
implements ListBoxViewPropertyEditorStyleKeysInterface, ListBoxViewPropertyEditorKeysInterface

See Also:
Serialized Form

Field Summary
static java.lang.String DEFAULT_TEMPLATE_FILE_NAME
           
 
Fields inherited from interface com.sas.servlet.tbeans.dataselectors.propertyeditor.editors.html.ListBoxViewPropertyEditorStyleKeysInterface
LISTBOXVIEWPROPERTYEDITOR_LIST_STYLE, LISTBOXVIEWPROPERTYEDITOR_LIST_XP_STYLE, LISTBOXVIEWPROPERTYEDITOR_VALUE_LABEL
 
Fields inherited from interface com.sas.servlet.tbeans.dataselectors.propertyeditor.editors.html.ListBoxViewPropertyEditorKeysInterface
LIST_BOX_VIEW_PROPERTY_EDITOR_LISTBOX, LIST_BOX_VIEW_PROPERTY_EDITOR_VALUE_LABEL
 
Constructor Summary
ListBoxViewPropertyEditor()
          Construct a new CheckBoxList
ListBoxViewPropertyEditor(javax.swing.ListModel model)
          Construct a new ListBoxViewPropertyEditor
ListBoxViewPropertyEditor(java.lang.String name, javax.swing.ListModel model)
          Construct a new ListBoxViewPropertyEditor
 
Method Summary
protected  java.lang.String getConstructionJavaScript()
           
 void write(java.io.PrintWriter out)
          Writes the transformed representation of the object
 
Methods inherited from class com.sas.servlet.tbeans.BaseCompositeTransformation
applyTemplate, applyTemplate, getActionProvider, getComponent, getComponents, getDefaultTemplate, getStyleInfo, getStyleMap, getTemplate, getTemplateDictionary, getTemplateFileName, getTemplateLocation, getVisibleComponents, isFlushEnabled, propertyChange, removeComponent, setActionProvider, setCleanUpResourcesOn, setComponent, setFlushEnabled, setId, setLocale, setRequest, setResponse, setStyleInfo, setTemplate, setTemplate, setTemplateDictionary, setTemplateFileName, setTemplateLocation, writeTemplate
 
Methods inherited from class com.sas.servlet.tbeans.BaseTransformation
addPropertyChangeListener, addPropertyChangeListener, cleanUpResources, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, getCustomAttributes, getDescription, getId, getInputTransform, getLocale, getName, getObjectData, getObjectDataProperty, getOutputTransform, getRequest, getResponse, getTagEpilog, getTagProlog, hasListeners, isCleanUpResourcesOn, isVisible, removePropertyChangeListener, removePropertyChangeListener, setCustomAttributes, setInputTransform, setLocaleDependentProperties, setName, setObjectData, setObjectDataProperty, setOutputTransform, setTagEpilog, setTagProlog, setVisible, toString, write, write, write
 
Methods inherited from interface com.sas.actionprovider.HttpActionProviderInterface
getRequest
 

Field Detail

DEFAULT_TEMPLATE_FILE_NAME

public static final java.lang.String DEFAULT_TEMPLATE_FILE_NAME
See Also:
Constant Field Values
Constructor Detail

ListBoxViewPropertyEditor

public ListBoxViewPropertyEditor()
Construct a new CheckBoxList


ListBoxViewPropertyEditor

public ListBoxViewPropertyEditor(javax.swing.ListModel model)
Construct a new ListBoxViewPropertyEditor

Parameters:
model - The model for the ListBoxViewPropertyEditor alternatives

ListBoxViewPropertyEditor

public ListBoxViewPropertyEditor(java.lang.String name,
                                 javax.swing.ListModel model)
Construct a new ListBoxViewPropertyEditor

Parameters:
name - The field name
model - The model for the ListBoxViewPropertyEditor alternatives
Method Detail

write

public void write(java.io.PrintWriter out)
           throws java.io.IOException
Writes the transformed representation of the object

Specified by:
write in interface TransformationInterface
Specified by:
write in interface com.sas.util.WriteToPrintWriterInterface
Overrides:
write in class BaseCompositeTransformation
Parameters:
out - The output stream
Throws:
java.io.IOException - Thrown if some type of I/O error occurs

getConstructionJavaScript

protected java.lang.String getConstructionJavaScript()



Copyright © 2009 SAS Institute Inc. All Rights Reserved.