org.seasar.s2click.control
クラス GreyboxButton

java.lang.Object
  上位を拡張 org.apache.click.control.AbstractControl
      上位を拡張 org.apache.click.control.Field
          上位を拡張 org.apache.click.control.Button
              上位を拡張 org.seasar.s2click.control.GreyboxButton
すべての実装されたインタフェース:
java.io.Serializable, org.apache.click.Control, org.apache.click.Stateful

public class GreyboxButton
extends org.apache.click.control.Button

GreyBoxを使用して指定したページを モーダルダイアログとして表示するボタンです。

導入されたバージョン:
0.4.0
作成者:
Naoki Takezoe
関連項目:
直列化された形式

フィールドの概要
protected  java.lang.String dialogTitle
           
protected  int height
           
protected  java.lang.Class<? extends org.apache.click.Page> pageClass
           
protected  int width
           
 
クラス 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
 
コンストラクタの概要
GreyboxButton()
           
GreyboxButton(java.lang.String name)
           
GreyboxButton(java.lang.String name, java.lang.String label)
           
GreyboxButton(java.lang.String name, java.lang.String label, java.lang.String dialogTitle, java.lang.Class<? extends org.apache.click.Page> pageClass)
           
 
メソッドの概要
 int getDialogHeight()
          ダイアログの高さを取得します。
 java.lang.String getDialogTitle()
          greyboxによるモーダルダイアログのタイトルを取得します。
 int getDialogWidth()
          ダイアログの幅を取得します。
 java.util.List<org.apache.click.element.Element> getHeadElements()
           
 java.lang.Class<? extends org.apache.click.Page> getPageClass()
          greyboxによるモーダルダイアログとして表示するページクラスを設定します。
 void render(org.apache.click.util.HtmlStringBuffer buffer)
           
 void setDialogHeight(int height)
          ダイアログの高さを設定します。
 void setDialogTitle(java.lang.String dialogTitle)
          greyboxによるモーダルダイアログのタイトルを設定します。
 void setDialogWidth(int width)
          ダイアログの幅を設定します。
 void setPageClass(java.lang.Class<? extends org.apache.click.Page> pageClass)
          greyboxによるモーダルダイアログとして表示するページクラスを設定します。
 
クラス org.apache.click.control.Button から継承されたメソッド
getControlSizeEst, getOnClick, getTag, getType, onProcess, setOnClick
 
クラス 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, getHtmlImports, getMessage, getMessage, getMessages, getName, getPage, getParent, getStyle, getStyles, hasAttribute, hasAttributes, hasBehaviors, hasStyles, isAjaxTarget, onDeploy, onDestroy, onInit, onRender, removeBehavior, removeStyleClass, renderTagEnd, setActionListener, setAttribute, setId, setName, setStyle, toString
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

フィールドの詳細

dialogTitle

protected java.lang.String dialogTitle

width

protected int width

height

protected int height

pageClass

protected java.lang.Class<? extends org.apache.click.Page> pageClass
コンストラクタの詳細

GreyboxButton

public GreyboxButton()

GreyboxButton

public GreyboxButton(java.lang.String name)

GreyboxButton

public GreyboxButton(java.lang.String name,
                     java.lang.String label)

GreyboxButton

public GreyboxButton(java.lang.String name,
                     java.lang.String label,
                     java.lang.String dialogTitle,
                     java.lang.Class<? extends org.apache.click.Page> pageClass)
メソッドの詳細

getHeadElements

public java.util.List<org.apache.click.element.Element> getHeadElements()
定義:
インタフェース org.apache.click.Control 内の getHeadElements
オーバーライド:
クラス org.apache.click.control.AbstractControl 内の getHeadElements

setPageClass

public void setPageClass(java.lang.Class<? extends org.apache.click.Page> pageClass)
greyboxによるモーダルダイアログとして表示するページクラスを設定します。

パラメータ:
pageClass - 表示するページクラス

getPageClass

public java.lang.Class<? extends org.apache.click.Page> getPageClass()
greyboxによるモーダルダイアログとして表示するページクラスを設定します。

戻り値:
表示するページクラス

setDialogTitle

public void setDialogTitle(java.lang.String dialogTitle)
greyboxによるモーダルダイアログのタイトルを設定します。

パラメータ:
dialogTitle - ダイアログのタイトル

getDialogTitle

public java.lang.String getDialogTitle()
greyboxによるモーダルダイアログのタイトルを取得します。

戻り値:
ダイアログのタイトル

setDialogWidth

public void setDialogWidth(int width)
ダイアログの幅を設定します。

パラメータ:
width - ダイアログの幅

getDialogWidth

public int getDialogWidth()
ダイアログの幅を取得します。

戻り値:
ダイアログの幅

setDialogHeight

public void setDialogHeight(int height)
ダイアログの高さを設定します。

パラメータ:
height - ダイアログの高さ

getDialogHeight

public int getDialogHeight()
ダイアログの高さを取得します。

戻り値:
ダイアログの高さ

render

public void render(org.apache.click.util.HtmlStringBuffer buffer)
定義:
インタフェース org.apache.click.Control 内の render
オーバーライド:
クラス org.apache.click.control.Button 内の render