|
|||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||
java.lang.Objectorg.apache.click.control.AbstractControl
org.apache.click.control.Field
org.seasar.s2click.control.LabelField
public class LabelField
フォームに編集不可の値を表示するためのラベルコントロールです。
| フィールドの概要 |
|---|
| クラス org.apache.click.control.Field から継承されたフィールド |
|---|
disabled, error, focus, form, help, label, labelStyle, labelStyleClass, parentStyleClassHint, parentStyleHint, readonly, required, tabindex, title, trim, validate, value |
| クラス org.apache.click.control.AbstractControl から継承されたフィールド |
|---|
actionListener, attributes, behaviors, headElements, listener, listenerMethod, messages, name, parent, styles |
| インタフェース org.apache.click.Control から継承されたフィールド |
|---|
CONTROL_MESSAGES |
| コンストラクタの概要 | |
|---|---|
LabelField()
|
|
LabelField(java.lang.String name)
|
|
LabelField(java.lang.String name,
java.lang.String label)
|
|
| メソッドの概要 | |
|---|---|
boolean |
onProcess()
|
void |
render(org.apache.click.util.HtmlStringBuffer buffer)
|
java.lang.String |
toString()
|
| クラス org.apache.click.control.Field から継承されたメソッド |
|---|
bindRequestValue, getError, getErrorLabel, getFocus, getFocusJavaScript, getForm, getHelp, getId, getLabel, getLabelStyle, getLabelStyleClass, getParentStyleClassHint, getParentStyleHint, getRequestValue, getState, getTabIndex, getTextAlign, getTitle, getValidate, getValidationJavaScript, getValue, getValueObject, getWidth, isDisabled, isHidden, isReadonly, isRequired, isTrim, isValid, removeState, renderTagBegin, restoreState, saveState, setDisabled, setError, setErrorMessage, setErrorMessage, setFocus, setForm, setHelp, setLabel, setLabelStyle, setLabelStyleClass, setListener, setParent, setParentStyleClassHint, setParentStyleHint, setReadonly, setRequired, setState, setTabIndex, setTextAlign, setTitle, setTrim, setValidate, setValue, setValueObject, setWidth, validate |
| クラス org.apache.click.control.AbstractControl から継承されたメソッド |
|---|
addBehavior, addStyleClass, appendAttributes, dispatchActionEvent, getActionListener, getAttribute, getAttributes, getBehaviors, getContext, getControlSizeEst, getHeadElements, getHtmlImports, getMessage, getMessage, getMessages, getName, getPage, getParent, getStyle, getStyles, getTag, hasAttribute, hasAttributes, hasBehaviors, hasStyles, isAjaxTarget, onDeploy, onDestroy, onInit, onRender, removeBehavior, removeStyleClass, renderTagEnd, setActionListener, setAttribute, setId, setName, setStyle |
| クラス java.lang.Object から継承されたメソッド |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| コンストラクタの詳細 |
|---|
public LabelField(java.lang.String name)
public LabelField(java.lang.String name,
java.lang.String label)
public LabelField()
| メソッドの詳細 |
|---|
public boolean onProcess()
org.apache.click.Control 内の onProcessorg.apache.click.control.Field 内の onProcesspublic void render(org.apache.click.util.HtmlStringBuffer buffer)
org.apache.click.Control 内の renderorg.apache.click.control.AbstractControl 内の renderpublic java.lang.String toString()
org.apache.click.control.AbstractControl 内の toString
|
|||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||