|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectorg.seasar.uruma.component.impl.AbstractUIElement
org.seasar.uruma.component.impl.AbstractUIComponent
org.seasar.uruma.component.impl.ControlComponent
org.seasar.uruma.component.impl.CompositeComponent
org.seasar.uruma.component.impl.SimpleItemCompositeComponent
org.seasar.uruma.component.impl.ComboComponent
public class ComboComponent
Combo
を表すコンポーネントです。
コンストラクタの概要 | |
---|---|
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.impl.SimpleItemCompositeComponent から継承されたメソッド |
---|
addItem, getItems |
クラス org.seasar.uruma.component.impl.CompositeComponent から継承されたメソッド |
---|
addChild, doPreRender, doRender, getChildLayoutDataInfo, getChildren, getCommonAttributes, getLayoutInfo, preRenderChild, renderChild, setChildLayoutDataInfo, setCommonAttributes, setLayoutInfo |
クラス org.seasar.uruma.component.impl.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.impl.AbstractUIComponent から継承されたメソッド |
---|
getId, getParent, getRenderer, getStyle, getWidgetHandle, preRender, render, setId, setParent, setRenderer, setStyle, setWidgetHandle |
クラス org.seasar.uruma.component.impl.AbstractUIElement から継承されたメソッド |
---|
getBasePath, getLocation, setBasePath, setLocation |
クラス java.lang.Object から継承されたメソッド |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
インタフェース org.seasar.uruma.component.UIComponent から継承されたメソッド |
---|
getId, getParent, getRenderer, getStyle, getWidgetHandle, preRender, render, setId, setParent, setRenderer, setStyle, setWidgetHandle |
インタフェース org.seasar.uruma.component.UIElement から継承されたメソッド |
---|
getBasePath, getLocation, setBasePath, setLocation |
コンストラクタの詳細 |
---|
public ComboComponent()
メソッドの詳細 |
---|
public String getOrientation()
public void setOrientation(String orientation)
orientation
- 表示方向public String getText()
public void setText(String text)
text
- テキストpublic String getTextLimit()
public void setTextLimit(String textLimit)
textLimit
- 最大入力文字数public String getVisibleItemCount()
public void setVisibleItemCount(String visibleItemCount)
visibleItemCount
- ドロップダウンリストへの表示項目数
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |