org.seasar.uruma.component.impl
クラス CoolBarComponent
java.lang.Object
org.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.CoolBarComponent
- すべての実装されたインタフェース:
- EnablesDependable, UIComponent, UICompositeComponent, UIContainer, UIControlComponent, UIElement
public class CoolBarComponent
- extends CompositeComponent
CoolBar
に対応するコンポーネントです。
- 作成者:
- bskuroneko
クラス 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 |
クラス 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 |
CoolBarComponent
public CoolBarComponent()
getLocked
public String getLocked()
- ロック状態を取得します。
- 戻り値:
- ロック状態
setLocked
public void setLocked(String locked)
- ロック状態を設定します。
- パラメータ:
locked
- ロック状態
getWrapIndices
public String getWrapIndices()
- ラップ表示項目を取得します。
- 戻り値:
- ラップ表示項目
setWrapIndices
public void setWrapIndices(String wrapIndices)
- ラップ表示項目を設定します。
- パラメータ:
wrapIndices
- ラップ表示項目
Copyright © 2006-2007 The Seasar Foundation. All Rights Reserved.