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

java.lang.Object
  上位を拡張 org.seasar.uruma.component.base.AbstractUIElement
      上位を拡張 org.seasar.uruma.component.base.AbstractUIComponent
          上位を拡張 org.seasar.uruma.component.base.AbstractItemComponent
              上位を拡張 org.seasar.uruma.component.jface.TableColumnComponent
すべての実装されたインタフェース:
UIComponent, UIElement, UIElementVisitorAcceptor

public class TableColumnComponent
extends AbstractItemComponent

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

作成者:
bskuroneko

フィールドの概要
 String alignment
           
 int columnNo
           
 String moveable
           
 String resizable
           
 String toolTipText
           
 String width
           
 
クラス org.seasar.uruma.component.base.AbstractItemComponent から継承されたフィールド
image, text
 
コンストラクタの概要
TableColumnComponent()
           
 
メソッドの概要
 
クラス org.seasar.uruma.component.base.AbstractUIComponent から継承されたメソッド
doPreRender, doRender, 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.UIElement から継承されたメソッド
getBasePath, getLocation, getPath, setBasePath, setLocation, setPath
 
インタフェース org.seasar.uruma.component.UIElementVisitorAcceptor から継承されたメソッド
accept
 

フィールドの詳細

alignment

public String alignment

moveable

public String moveable

resizable

public String resizable

toolTipText

public String toolTipText

width

public String width

columnNo

public int columnNo
コンストラクタの詳細

TableColumnComponent

public TableColumnComponent()


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