|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectorg.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
public class TableComponent
Table
を表すコンポーネントです。
コンストラクタの概要 | |
---|---|
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 |
コンストラクタの詳細 |
---|
public TableComponent()
メソッドの詳細 |
---|
public String getColumnOrder()
public void setColumnOrder(String columnOrder)
columnOrder
- カラム順序public String getHeaderVisible()
public void setHeaderVisible(String headerVisible)
headerVisible
- ヘッダ表示状態public String getLinesVisible()
public void setLinesVisible(String linesVisible)
linesVisible
- 罫線表示状態public String getSelection()
public void setSelection(String selection)
selection
- 選択状態public String getTopIndex()
public void setTopIndex(String topIndex)
topIndex
- 最上位表示項目public int getColumnCount()
public void setColumnCount(int columnCount)
columnCount
- カラム数
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |