|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
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.ProgressBarComponent
public class ProgressBarComponent
ProgressBar
に対応するコンポーネントです。
コンストラクタの概要 | |
---|---|
ProgressBarComponent()
|
メソッドの概要 | |
---|---|
String |
getMaximum()
最大値を取得します。 |
String |
getMinimum()
最小値を取得します。 |
String |
getSelection()
現在値を取得します。 |
void |
setMaximum(String maximum)
最大値を設定します。 |
void |
setMinimum(String minimum)
最小値を設定します。 |
void |
setSelection(String selection)
現在値を設定します。 |
クラス 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 から継承されたメソッド |
---|
doPreRender, doRender, 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 ProgressBarComponent()
メソッドの詳細 |
---|
public String getMaximum()
public void setMaximum(String maximum)
maximum
- 最大値public String getMinimum()
public void setMinimum(String minimum)
minimum
- 最小値public String getSelection()
public void setSelection(String selection)
selection
- 現在値
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |