org.seasar.uruma.component.jface
クラス CoolBarComponent

java.lang.Object
  上位を拡張 org.seasar.uruma.component.base.AbstractUIElement
      上位を拡張 org.seasar.uruma.component.base.AbstractUIComponent
          上位を拡張 org.seasar.uruma.component.jface.ControlComponent
              上位を拡張 org.seasar.uruma.component.jface.CompositeComponent
                  上位を拡張 org.seasar.uruma.component.jface.CoolBarComponent
すべての実装されたインタフェース:
EnablesDependable, UIComponent, UIComponentContainer, UICompositeComponent, UIControlComponent, UIElement, UIElementContainer

public class CoolBarComponent
extends CompositeComponent

CoolBar に対応するコンポーネントです。

作成者:
bskuroneko

コンストラクタの概要
CoolBarComponent()
           
 
メソッドの概要
 String getLocked()
          ロック状態を取得します。
 String getWrapIndices()
          ラップ表示項目を取得します。
 void setLocked(String locked)
          ロック状態を設定します。
 void setWrapIndices(String wrapIndices)
          ラップ表示項目を設定します。
 
クラス org.seasar.uruma.component.jface.CompositeComponent から継承されたメソッド
addChild, doPreRender, doRender, getChildLayoutDataInfo, getChildren, getCommonAttributes, getLayoutInfo, preRenderChild, renderChild, setChildLayoutDataInfo, setCommonAttributes, setLayoutInfo
 
クラス org.seasar.uruma.component.jface.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.base.AbstractUIComponent から継承されたメソッド
getId, getParent, getRenderer, getStyle, preRender, render, setId, setParent, setRenderer, setStyle
 
クラス org.seasar.uruma.component.base.AbstractUIElement から継承されたメソッド
getBasePath, getLocation, getPath, setBasePath, setLocation, setPath
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
インタフェース org.seasar.uruma.component.UIComponent から継承されたメソッド
getId, getParent, getRenderer, getStyle, preRender, render, setId, setParent, setRenderer, setStyle
 
インタフェース org.seasar.uruma.component.UIElement から継承されたメソッド
getBasePath, getLocation, getPath, setBasePath, setLocation, setPath
 
インタフェース org.seasar.uruma.component.UIElement から継承されたメソッド
getBasePath, getLocation, getPath, setBasePath, setLocation, setPath
 

コンストラクタの詳細

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.