org.seasar.uruma.component.jface
クラス ComboComponent

java.lang.Object
  上位を拡張 org.seasar.uruma.component.base.AbstractUIElement
      上位を拡張 org.seasar.uruma.component.base.AbstractUIComponent
          上位を拡張 org.seasar.uruma.component.jface.ControlComponent
              上位を拡張 org.seasar.uruma.component.jface.CompositeComponent
                  上位を拡張 org.seasar.uruma.component.jface.SimpleItemCompositeComponent
                      上位を拡張 org.seasar.uruma.component.jface.ComboComponent
すべての実装されたインタフェース:
EnablesDependable, UIComponent, UIComponentContainer, UICompositeComponent, UIControlComponent, UIElement, UIElementContainer, UIElementVisitorAcceptor

public class ComboComponent
extends SimpleItemCompositeComponent

Combo を表すコンポーネントです。

作成者:
bskuroneko

コンストラクタの概要
ComboComponent()
           
 
メソッドの概要
 String getOrientation()
          表示方向を取得します。
 String getText()
          テキストを取得します。
 String getTextLimit()
          最大入力文字数を取得します。
 String getVisibleItemCount()
          ドロップダウンリストへの表示項目数を取得します。
 void setOrientation(String orientation)
          表示方向を設定します。
 void setText(String text)
          テキストを設定します。
 void setTextLimit(String textLimit)
          最大入力文字数を設定します。
 void setVisibleItemCount(String visibleItemCount)
          ドロップダウンリストへの表示項目数を設定します。
 
クラス org.seasar.uruma.component.jface.SimpleItemCompositeComponent から継承されたメソッド
addItem, getItems
 
クラス org.seasar.uruma.component.jface.CompositeComponent から継承されたメソッド
addChild, doPreRender, doRender, getChildLayoutDataInfo, getChildren, getCommonAttributes, getLayoutInfo, preRenderChild, renderChild, setChildLayoutDataInfo, setCommonAttributes, setLayoutInfo
 
クラス org.seasar.uruma.component.jface.ControlComponent から継承されたメソッド
getBackground, getBackgroundImage, getEnabled, getEnablesDependingId, getEnablesFor, getFontHeight, getFontName, getFontStyle, getForeground, getHeight, getLayoutDataInfo, getMenu, getToolTipText, getVisible, getWidth, getX, getY, setBackground, setBackgroundImage, setEnabled, setEnablesDependingId, setEnablesFor, setFontHeight, setFontName, setFontStyle, setForeground, setHeight, setLayoutDataInfo, setMenu, setToolTipText, setVisible, setWidth, setX, setY
 
クラス org.seasar.uruma.component.base.AbstractUIComponent から継承されたメソッド
getId, getParent, getRenderer, getStyle, preRender, render, setId, setParent, setRenderer, setStyle, toString
 
クラス org.seasar.uruma.component.base.AbstractUIElement から継承されたメソッド
accept, getBasePath, getLocation, getPath, setBasePath, setLocation, setPath
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
インタフェース org.seasar.uruma.component.UIComponent から継承されたメソッド
getId, getParent, getRenderer, getStyle, preRender, render, setId, setParent, setRenderer, setStyle
 
インタフェース org.seasar.uruma.component.UIElement から継承されたメソッド
getBasePath, getLocation, getPath, setBasePath, setLocation, setPath
 
インタフェース org.seasar.uruma.component.UIElementVisitorAcceptor から継承されたメソッド
accept
 
インタフェース org.seasar.uruma.component.UIElement から継承されたメソッド
getBasePath, getLocation, getPath, setBasePath, setLocation, setPath
 
インタフェース org.seasar.uruma.component.UIElementVisitorAcceptor から継承されたメソッド
accept
 

コンストラクタの詳細

ComboComponent

public ComboComponent()
メソッドの詳細

getOrientation

public String getOrientation()
表示方向を取得します。

戻り値:
表示方向

setOrientation

public void setOrientation(String orientation)
表示方向を設定します。

パラメータ:
orientation - 表示方向

getText

public String getText()
テキストを取得します。

戻り値:
テキスト

setText

public void setText(String text)
テキストを設定します。

パラメータ:
text - テキスト

getTextLimit

public String getTextLimit()
最大入力文字数を取得します。

戻り値:
最大入力文字数

setTextLimit

public void setTextLimit(String textLimit)
最大入力文字数を設定します。

パラメータ:
textLimit - 最大入力文字数

getVisibleItemCount

public String getVisibleItemCount()
ドロップダウンリストへの表示項目数を取得します。

戻り値:
ドロップダウンリストへの表示項目数

setVisibleItemCount

public void setVisibleItemCount(String visibleItemCount)
ドロップダウンリストへの表示項目数を設定します。

パラメータ:
visibleItemCount - ドロップダウンリストへの表示項目数


Copyright © 2006-2008 The Seasar Foundation. All Rights Reserved.