|
| Components |
|
| |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||||
com.sas.servlet.tbeans.dataselectors.propertyeditor.editors.html.TextEntryPropertyEditor
public class TextEntryPropertyEditor
| Field Summary | |
|---|---|
static java.lang.String |
DEFAULT_TEMPLATE_FILE_NAME
|
| Fields inherited from interface com.sas.servlet.tbeans.dataselectors.propertyeditor.editors.html.TextEntryPropertyEditorStyleKeysInterface |
|---|
TEXTENTRYPROPERTYEDITOR_INSTRUCTION_TEXT, TEXTENTRYPROPERTYEDITOR_VALUE_LABEL |
| Fields inherited from interface com.sas.servlet.tbeans.dataselectors.propertyeditor.editors.html.TextEntryPropertyEditorKeysInterface |
|---|
TEXT_ENTRY_PROPERTY_EDITOR_INSTRUCTION_TEXT, TEXT_ENTRY_PROPERTY_EDITOR_TEXT_ENTRY, TEXT_ENTRY_PROPERTY_EDITOR_VALUE_LABEL |
| Constructor Summary | |
|---|---|
TextEntryPropertyEditor()
Construct a new TextEntry |
|
TextEntryPropertyEditor(java.lang.String name)
Construct a new TextEntryPropertyEditor |
|
TextEntryPropertyEditor(java.lang.String name,
java.lang.String value)
Construct a new TextEntryPropertyEditor |
|
TextEntryPropertyEditor(java.lang.String name,
java.lang.String value,
int size)
Constructs a new TextEntry Transformation Bean |
|
TextEntryPropertyEditor(java.lang.String name,
java.lang.String value,
int size,
int len)
Constructs a new TextEntry Transformation Bean |
|
| Method Summary | |
|---|---|
protected java.lang.String |
getConstructionJavaScript()
|
void |
write(java.io.PrintWriter out)
Writes the transformed representation of the object |
| Methods inherited from interface com.sas.actionprovider.HttpActionProviderInterface |
|---|
getRequest |
| Field Detail |
|---|
public static final java.lang.String DEFAULT_TEMPLATE_FILE_NAME
| Constructor Detail |
|---|
public TextEntryPropertyEditor()
public TextEntryPropertyEditor(java.lang.String name)
model - The model for the TextEntryPropertyEditor alternatives
public TextEntryPropertyEditor(java.lang.String name,
java.lang.String value)
name - The field namemodel - The model for the TextEntryPropertyEditor alternatives
public TextEntryPropertyEditor(java.lang.String name,
java.lang.String value,
int size)
name - The text field namevalue - The initial text valuesize - The visible size of the text field
public TextEntryPropertyEditor(java.lang.String name,
java.lang.String value,
int size,
int len)
name - The text field namevalue - The initial text valuesize - The visible size of the text fieldlen - The maximum input length| Method Detail |
|---|
public void write(java.io.PrintWriter out)
throws java.io.IOException
write in interface TransformationInterfacewrite in interface com.sas.util.WriteToPrintWriterInterfacewrite in class BaseCompositeTransformationout - The output stream
java.io.IOException - Thrown if some type of I/O error occursprotected java.lang.String getConstructionJavaScript()
|
| Components |
|
| |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||||