|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnextapp.echo.AbstractComponent
net.sf.jzeno.echo.components.CustomComponent
net.sf.jzeno.echo.editor.ServerFileNameEditor
public class ServerFileNameEditor
Field Summary |
---|
Constructor Summary | |
---|---|
ServerFileNameEditor()
|
|
ServerFileNameEditor(java.lang.Class beanClass,
java.lang.String propertyPath,
java.lang.String constructionHints)
|
Method Summary | |
---|---|
void |
applyContext()
|
void |
enter()
|
java.lang.String |
getFileName()
|
java.lang.String |
getInvalidMessage()
|
java.lang.String |
getSelectedFileOrFolder()
|
java.lang.String |
getSelectedPlace()
|
int |
getWidth()
Gets the width of the text field. |
int |
getWidthUnits()
Gets the units in which width is specified. |
boolean |
isRequired()
Query if the editor is required to be filled in. |
boolean |
isShowFiles()
|
boolean |
isShowHiddenFiles()
|
void |
selectCurrent()
|
void |
selectFileOrFolder()
|
void |
selectPlace()
|
void |
setColumns(int columns)
Deprecated. |
void |
setFileName(java.lang.String fileName)
|
void |
setInvalidMessage(java.lang.String invalidMessage)
|
void |
setRequired(boolean required)
Determine if the editor is required to be filled in. |
void |
setSelectedFileOrFolder(java.lang.String selectedFileOrFolder)
|
void |
setSelectedPlace(java.lang.String selectedPlace)
|
void |
setShowFiles(boolean showFiles)
|
void |
setShowHiddenFiles(boolean showHiddenFiles)
|
void |
setWidth(int width)
Sets the width of the text field. |
void |
setWidthUnits(int units)
Sets the units in which width is specified. |
Methods inherited from class net.sf.jzeno.echo.components.CustomComponent |
---|
addValidator, fireActionEvent, fireActionEvent, fireActionEvent, getActionCommand, getBean, getBeanClass, getDecorator, getNullObject, getProperty, getValidationErrors, getValidators, getValue, isBound, isMarkedInvalid, isReadOnly, isValid, markInvalid, markValid, preRender, rebind, removeValidator, setActionCommand, setBean, setBeanClass, setDecorator, setNullObject, setProperty, setReadOnly, setValue, traceValue, validate |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ServerFileNameEditor()
public ServerFileNameEditor(java.lang.Class beanClass, java.lang.String propertyPath, java.lang.String constructionHints)
Method Detail |
---|
public void selectCurrent()
public void selectPlace()
public void selectFileOrFolder()
public void enter()
public void setFileName(java.lang.String fileName)
public java.lang.String getFileName()
public java.lang.String getSelectedFileOrFolder()
public void setSelectedFileOrFolder(java.lang.String selectedFileOrFolder)
public java.lang.String getSelectedPlace()
public void setSelectedPlace(java.lang.String selectedPlace)
public void setRequired(boolean required)
PropertyComponent
Determine if the editor is required to be filled in.
setRequired
in interface PropertyComponent
setRequired
in class CustomComponent
public boolean isRequired()
PropertyComponent
Query if the editor is required to be filled in.
isRequired
in interface PropertyComponent
isRequired
in class CustomComponent
public boolean isShowHiddenFiles()
public void setShowHiddenFiles(boolean showHiddenFiles)
public boolean isShowFiles()
public void setShowFiles(boolean showFiles)
public void setInvalidMessage(java.lang.String invalidMessage)
public java.lang.String getInvalidMessage()
public void setColumns(int columns)
Sets the width of the input field. Specified in characters on screen.
public void setWidth(int width)
Sets the width of the text field.
public int getWidth()
Gets the width of the text field.
public void setWidthUnits(int units)
Sets the units in which width is specified.
public int getWidthUnits()
Gets the units in which width is specified.
public void applyContext()
applyContext
in interface Precreation
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |