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

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.TableComponent
すべての実装されたインタフェース:
EnablesDependable, UIComponent, UIComponentContainer, UICompositeComponent, UIControlComponent, UIElement, UIElementContainer, UIElementVisitorAcceptor

public class TableComponent
extends CompositeComponent

Table を表すコンポーネントです。

作成者:
bskuroneko

コンストラクタの概要
TableComponent()
           
 
メソッドの概要
 int getColumnCount()
          カラム数を取得します。
 String getColumnOrder()
          カラム順序を取得します。
 String getHeaderVisible()
          ヘッダ表示状態を取得します。
 String getLinesVisible()
          罫線表示状態を取得します。
 String getSelection()
          選択状態を取得します。
 String getTopIndex()
          最上位表示項目を取得します。
 void setColumnCount(int columnCount)
          カラム数を設定します。
 void setColumnOrder(String columnOrder)
          カラム順序を設定します。
 void setHeaderVisible(String headerVisible)
          ヘッダ表示状態を設定します。
 void setLinesVisible(String linesVisible)
          罫線表示状態を設定します。
 void setSelection(String selection)
          選択状態を設定します。
 void setTopIndex(String topIndex)
          最上位表示項目を設定します。
 
クラス 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, 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.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.UIElementVisitorAcceptor から継承されたメソッド
accept
 
インタフェース org.seasar.uruma.component.UIElement から継承されたメソッド
getBasePath, getLocation, getPath, setBasePath, setLocation, setPath
 
インタフェース org.seasar.uruma.component.UIElementVisitorAcceptor から継承されたメソッド
accept
 

コンストラクタの詳細

TableComponent

public TableComponent()
メソッドの詳細

getColumnOrder

public String getColumnOrder()
カラム順序を取得します。

戻り値:
カラム順序

setColumnOrder

public void setColumnOrder(String columnOrder)
カラム順序を設定します。

パラメータ:
columnOrder - カラム順序

getHeaderVisible

public String getHeaderVisible()
ヘッダ表示状態を取得します。

戻り値:
ヘッダ表示状態

setHeaderVisible

public void setHeaderVisible(String headerVisible)
ヘッダ表示状態を設定します。

パラメータ:
headerVisible - ヘッダ表示状態

getLinesVisible

public String getLinesVisible()
罫線表示状態を取得します。

戻り値:
罫線表示状態

setLinesVisible

public void setLinesVisible(String linesVisible)
罫線表示状態を設定します。

パラメータ:
linesVisible - 罫線表示状態

getSelection

public String getSelection()
選択状態を取得します。

戻り値:
選択状態

setSelection

public void setSelection(String selection)
選択状態を設定します。

パラメータ:
selection - 選択状態

getTopIndex

public String getTopIndex()
最上位表示項目を取得します。

戻り値:
最上位表示項目

setTopIndex

public void setTopIndex(String topIndex)
最上位表示項目を設定します。

パラメータ:
topIndex - 最上位表示項目

getColumnCount

public int getColumnCount()
カラム数を取得します。

戻り値:
カラム数

setColumnCount

public void setColumnCount(int columnCount)
カラム数を設定します。

パラメータ:
columnCount - カラム数


Copyright © 2006-2008 The Seasar Foundation. All Rights Reserved.