|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectnet.sf.click.control.AbstractControl
net.sf.click.control.Field
org.seasar.s2click.control.FCKEditor
public class FCKEditor
FCKeditorを使用してHTMLをWYSIWYG編集するためのコントロールです。
フィールドの概要 | |
---|---|
protected int |
height
|
static java.lang.String |
HTML_IMPORTS
|
protected int |
maxLength
|
protected int |
minLength
|
protected boolean |
required
|
protected int |
width
|
クラス net.sf.click.control.Field から継承されたフィールド |
---|
disabled, error, focus, form, help, label, listener, listenerMethod, readonly, tabindex, title, validate, value |
クラス net.sf.click.control.AbstractControl から継承されたフィールド |
---|
attributes, messages, name, parent, styles |
インタフェース net.sf.click.Control から継承されたフィールド |
---|
CONTROL_MESSAGES |
コンストラクタの概要 | |
---|---|
FCKEditor()
|
|
FCKEditor(java.lang.String name)
|
|
FCKEditor(java.lang.String name,
boolean required)
|
|
FCKEditor(java.lang.String name,
int width,
int height)
|
|
FCKEditor(java.lang.String name,
java.lang.String label)
|
|
FCKEditor(java.lang.String name,
java.lang.String label,
boolean required)
|
|
FCKEditor(java.lang.String name,
java.lang.String label,
int width,
int height)
|
メソッドの概要 | |
---|---|
int |
getHeight()
FCKEditorの高さ(ピクセル)を取得します。 |
java.lang.String |
getHtmlImports()
|
int |
getMaxLength()
最大文字数を取得します。 |
int |
getMinLength()
最小文字数を取得します。 |
java.lang.String |
getWidth()
FCKEditorの幅(ピクセル)を取得します。 |
boolean |
isRequired()
入力必須かどうかを取得します。 |
void |
onDeploy(javax.servlet.ServletContext servletContext)
|
void |
setHeight(int height)
FCKEditorの高さ(ピクセル)を設定します。 |
void |
setMaxLength(int maxLength)
最大文字数を設定します。 |
void |
setMinLength(int minLength)
最小文字数を設定します。 |
void |
setRequired(boolean required)
入力必須かどうかを設定します。 |
void |
setWidth(int width)
FCKEditorの幅(ピクセル)を設定します。 |
void |
setWidth(java.lang.String value)
FCKEditorの幅(ピクセル)を設定します。 |
java.lang.String |
toString()
|
void |
validate()
以下の入力チェックを行ないます。 |
クラス net.sf.click.control.Field から継承されたメソッド |
---|
bindRequestValue, getError, getErrorLabel, getFocus, getFocusJavaScript, getForm, getHelp, getId, getLabel, getRequestValue, getTabIndex, getTextAlign, getTitle, getValidate, getValidationJavaScript, getValue, getValueObject, invokeListener, isDisabled, isHidden, isReadonly, isValid, onDestroy, onInit, onProcess, onRender, setDisabled, setError, setErrorMessage, setErrorMessage, setErrorMessage, setErrorMessage, setFocus, setForm, setHelp, setLabel, setListener, setReadonly, setTabIndex, setTextAlign, setTitle, setValidate, setValue, setValueObject |
クラス net.sf.click.control.AbstractControl から継承されたメソッド |
---|
addStyleClass, appendAttributes, getAttribute, getAttributes, getContext, getMessage, getMessage, getMessage, getMessages, getName, getPage, getParent, getStyle, getStyles, hasAttribute, hasAttributes, hasStyles, removeStyleClass, setAttribute, setId, setName, setParent, setStyle |
クラス java.lang.Object から継承されたメソッド |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
フィールドの詳細 |
---|
protected int width
protected int height
protected int minLength
protected int maxLength
protected boolean required
public static final java.lang.String HTML_IMPORTS
コンストラクタの詳細 |
---|
public FCKEditor()
public FCKEditor(java.lang.String name, boolean required)
public FCKEditor(java.lang.String name, int width, int height)
public FCKEditor(java.lang.String name, java.lang.String label, boolean required)
public FCKEditor(java.lang.String name, java.lang.String label, int width, int height)
public FCKEditor(java.lang.String name, java.lang.String label)
public FCKEditor(java.lang.String name)
メソッドの詳細 |
---|
public void onDeploy(javax.servlet.ServletContext servletContext)
net.sf.click.Control
内の onDeploy
net.sf.click.control.Field
内の onDeploy
public java.lang.String getHtmlImports()
net.sf.click.Control
内の getHtmlImports
net.sf.click.control.Field
内の getHtmlImports
public java.lang.String getWidth()
net.sf.click.control.Field
内の getWidth
public void setWidth(java.lang.String value)
net.sf.click.control.Field
内の setWidth
value
- FCKEditorの幅(ピクセル)public void setWidth(int width)
value
- FCKEditorの幅(ピクセル)public int getHeight()
public void setHeight(int height)
height
- FCKEditorの高さ(ピクセル)public boolean isRequired()
net.sf.click.control.Field
内の isRequired
public void setRequired(boolean required)
net.sf.click.control.Field
内の setRequired
required
- 入力必須かどうかpublic int getMinLength()
public void setMinLength(int minLength)
minLength
- 最小文字数public int getMaxLength()
public void setMaxLength(int maxLength)
maxLength
- 最大文字数public void validate()
setRequired()
にtrue
が設定された場合)setMinLength()
にゼロ以上の値が設定された場合)setMaxLength()
にゼロ以上の値が設定された場合)
net.sf.click.control.Field
内の validate
public java.lang.String toString()
java.lang.Object
内の toString
|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |