|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Object org.seasar.uruma.component.base.AbstractUIElement org.seasar.uruma.component.base.AbstractUIComponent org.seasar.uruma.component.base.AbstractItemComponent org.seasar.uruma.component.jface.MenuItemComponent
public class MenuItemComponent
メニュー項目情報を保持するためのコンポーネントです。
フィールドの概要 | |
---|---|
String |
accelerator
アクセラレータです。 |
static String |
CHECK
チェックボックススタイルを表す文字列です。 |
String |
description
説明テキストです。 |
String |
disabledImage
選択不可時のイメージパスです。 |
String |
enabled
イネーブル状態です。 |
String |
enablesDependingId
依存先コンポーネントの ID です。 |
String |
enablesFor
依存方法です。 |
String |
hoverImage
選択時のイメージパスです。 |
static String |
PUSH
プッシュボタンスタイルを表す文字列です。 |
static String |
RADIO
ラジオボタンスタイルを表す文字列です。 |
String |
selection
選択状態です。 |
クラス org.seasar.uruma.component.base.AbstractItemComponent から継承されたフィールド |
---|
image, text |
コンストラクタの概要 | |
---|---|
MenuItemComponent()
|
メソッドの概要 | |
---|---|
String |
getEnablesDependingId()
依存先コンポーネントの ID を返します。 |
String |
getEnablesFor()
依存方法を返します。 |
クラス org.seasar.uruma.component.base.AbstractUIComponent から継承されたメソッド |
---|
doPreRender, doRender, 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.UIElement から継承されたメソッド |
---|
getBasePath, getLocation, getPath, setBasePath, setLocation, setPath |
インタフェース org.seasar.uruma.component.UIElementVisitorAcceptor から継承されたメソッド |
---|
accept |
フィールドの詳細 |
---|
public static final String PUSH
public static final String RADIO
public static final String CHECK
public String accelerator
public String enabled
public String selection
public String disabledImage
public String hoverImage
public String description
public String enablesDependingId
public String enablesFor
コンストラクタの詳細 |
---|
public MenuItemComponent()
メソッドの詳細 |
---|
public String getEnablesDependingId()
EnablesDependable
の記述:
EnablesDependable
内の getEnablesDependingId
public String getEnablesFor()
EnablesDependable
の記述:
EnablesDependable
内の getEnablesFor
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |