|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Object org.seasar.uruma.renderer.impl.AbstractRenderer org.seasar.uruma.renderer.impl.MenuItemRenderer
public class MenuItemRenderer
MenuItem
のレンダリングを行うクラスです。
コンストラクタの概要 | |
---|---|
MenuItemRenderer()
|
メソッドの概要 | |
---|---|
protected int |
getStyle(MenuItemComponent menuItemComponent)
|
WidgetHandle |
preRender(UIComponent uiComponent,
WidgetHandle parent,
WindowContext context)
レンダリングを行います。 |
WidgetHandle |
render(UIComponent uiComponent,
WidgetHandle parent,
PartContext context)
レンダリングを行います。 |
void |
renderAfter(WidgetHandle widget,
UIComponent uiComponent,
WidgetHandle parent,
PartContext context)
子のレンダリングが終わった後に呼び出されるメソッドです。 |
protected void |
setAccelerator(IAction action,
MenuItemComponent menuItemComponent)
|
protected void |
setChecked(IAction action,
MenuItemComponent menuItemComponent)
|
protected void |
setDescription(IAction action,
MenuItemComponent menuItemComponent)
|
protected void |
setDisabledImageDescriptor(IAction action,
MenuItemComponent menuItemComponent)
|
protected void |
setEnabled(IAction action,
MenuItemComponent menuItemComponent)
|
protected void |
setHoverImageDescriptor(IAction action,
MenuItemComponent menuItemComponent)
|
protected void |
setImageDescriptor(IAction action,
MenuItemComponent menuItemComponent)
|
protected void |
setText(IAction action,
MenuItemComponent menuItemComponent)
|
クラス org.seasar.uruma.renderer.impl.AbstractRenderer から継承されたメソッド |
---|
createWidgetHandle, getContext, getDefaultStyle, getStyle, getWindowContext, reRender, setContext, setupEnablesDependingDef, setWindowContext |
クラス java.lang.Object から継承されたメソッド |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
コンストラクタの詳細 |
---|
public MenuItemRenderer()
メソッドの詳細 |
---|
public WidgetHandle preRender(UIComponent uiComponent, WidgetHandle parent, WindowContext context)
Renderer
の記述:
本メソッドは、UIComponent.preRender(WidgetHandle, org.seasar.uruma.context.WindowContext)
の内部から呼び出されます。
Renderer
内の preRender
AbstractRenderer
内の preRender
uiComponent
- レンダリング対象の情報を持つ UIComponent
オブジェクトparent
- 親となる WidgetHandle
オブジェクトcontext
- 画面情報を収めた WindowContext
オブジェクト
public WidgetHandle render(UIComponent uiComponent, WidgetHandle parent, PartContext context)
Renderer
の記述:
uiComponent
- レンダリング対象の情報を持つ UIComponent
オブジェクトparent
- 親となる WidgetHandle
オブジェクトcontext
- 画面情報を収めた PartContext
オブジェクト
public void renderAfter(WidgetHandle widget, UIComponent uiComponent, WidgetHandle parent, PartContext context)
Renderer
の記述:
widget
- render()
メソッドでレンダリングされた WidgetHandle
オブジェクトuiComponent
- レンダリング対象の情報を持つ UIComponent
オブジェクトparent
- 親となる WidgetHandle
オブジェクトcontext
- 画面情報を収めた PartContext
オブジェクトprotected int getStyle(MenuItemComponent menuItemComponent)
protected void setText(IAction action, MenuItemComponent menuItemComponent)
protected void setAccelerator(IAction action, MenuItemComponent menuItemComponent)
protected void setChecked(IAction action, MenuItemComponent menuItemComponent)
protected void setDescription(IAction action, MenuItemComponent menuItemComponent)
protected void setEnabled(IAction action, MenuItemComponent menuItemComponent)
protected void setImageDescriptor(IAction action, MenuItemComponent menuItemComponent)
protected void setDisabledImageDescriptor(IAction action, MenuItemComponent menuItemComponent)
protected void setHoverImageDescriptor(IAction action, MenuItemComponent menuItemComponent)
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |