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

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

public class GridDataInfo
extends AbstractUIElement
implements LayoutDataInfo

GridData に関する情報を保持するクラスです。

作成者:
y-komori

フィールドの概要
 String exclude
           
 String grabExcessHorizontalSpace
           
 String grabExcessVerticalSpace
           
 String heightHint
           
 String horizontalAlignment
           
 String horizontalIndent
           
 String horizontalSpan
           
 String minimumHeight
           
 String minimumWidth
           
 String verticalAlignment
           
 String verticalIndent
           
 String verticalSpan
           
 String widthHint
           
 
コンストラクタの概要
GridDataInfo()
           
 
メソッドの概要
 
クラス org.seasar.uruma.component.base.AbstractUIElement から継承されたメソッド
accept, getBasePath, getLocation, getPath, setBasePath, setLocation, setPath, toString
 
クラス 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
 

フィールドの詳細

exclude

public String exclude

grabExcessHorizontalSpace

public String grabExcessHorizontalSpace

grabExcessVerticalSpace

public String grabExcessVerticalSpace

heightHint

public String heightHint

horizontalAlignment

public String horizontalAlignment

horizontalIndent

public String horizontalIndent

horizontalSpan

public String horizontalSpan

minimumHeight

public String minimumHeight

minimumWidth

public String minimumWidth

verticalAlignment

public String verticalAlignment

verticalIndent

public String verticalIndent

verticalSpan

public String verticalSpan

widthHint

public String widthHint
コンストラクタの詳細

GridDataInfo

public GridDataInfo()


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