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

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

public class CheckBoxListPropertyEditor
implements CheckBoxListPropertyEditorStyleKeysInterface, CheckBoxListPropertyEditorKeysInterface

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.CheckBoxListPropertyEditorStyleKeysInterface
CHECKBOXLISTPROPERTYEDITOR_LIST_STYLE, CHECKBOXLISTPROPERTYEDITOR_LIST_XP_STYLE, CHECKBOXLISTPROPERTYEDITOR_VALUE_LABEL
 
Fields inherited from interface com.sas.servlet.tbeans.dataselectors.propertyeditor.editors.html.CheckBoxListPropertyEditorKeysInterface
CHECK_BOX_LIST_PROPERTY_EDITOR_LISTBOX, CHECK_BOX_LIST_PROPERTY_EDITOR_VALUE_LABEL
 
Constructor Summary
CheckBoxListPropertyEditor()
          Construct a new CheckBoxList
CheckBoxListPropertyEditor(javax.swing.ListModel model)
          Construct a new CheckBoxListPropertyEditor
CheckBoxListPropertyEditor(java.lang.String name, javax.swing.ListModel model)
          Construct a new CheckBoxListPropertyEditor
 
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

CheckBoxListPropertyEditor

public CheckBoxListPropertyEditor()
Construct a new CheckBoxList


CheckBoxListPropertyEditor

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

Parameters:
model - The model for the CheckBoxListPropertyEditor alternatives

CheckBoxListPropertyEditor

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

Parameters:
name - The field name
model - The model for the CheckBoxListPropertyEditor 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.