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
| 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 |
DEFAULT_TEMPLATE_FILE_NAME
public static final java.lang.String DEFAULT_TEMPLATE_FILE_NAME
- See Also:
- Constant Field Values
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 namemodel - The model for the ListBoxViewPropertyEditor alternatives
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.