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

コンストラクタの概要
GridDataInfo()
           
 
メソッドの概要
 String getExclude()
          exclude 属性を取得します。
 String getGrabExcessHorizontalSpace()
          grabExcessHorizontalSpace 属性を取得します。
 String getGrabExcessVerticalSpace()
          grabExcessVerticalSpace 属性を取得します。
 String getHeightHint()
          heightHint 属性を取得します。
 String getHorizontalAlignment()
          horizontalAlignment 属性を取得します。
 String getHorizontalIndent()
          horizontalIndent 属性を取得します。
 String getHorizontalSpan()
          horizontalSpan 属性を取得します。
 String getMinimumHeight()
          minimumHeight 属性を取得します。
 String getMinimumWidth()
          minimumWidth 属性を取得します。
 String getVerticalAlignment()
          verticalAlignment 属性を取得します。
 String getVerticalIndent()
          verticalIndent 属性を取得します。
 String getVerticalSpan()
          verticalSpan 属性を取得します。
 String getWidthHint()
          widthHint 属性を取得します。
 void setExclude(String exclude)
          exclude 属性を設定します。
 void setGrabExcessHorizontalSpace(String grabExcessHorizontalSpace)
          grabExcessHorizontalSpace 属性を設定します。
 void setGrabExcessVerticalSpace(String grabExcessVerticalSpace)
          grabExcessVerticalSpace 属性を設定します。
 void setHeightHint(String heightHint)
          heightHint 属性を設定します。
 void setHorizontalAlignment(String horizontalAlignment)
          horizontalAlignment 属性を設定します。
 void setHorizontalIndent(String horizontalIndent)
          horizontalIndent 属性を設定します。
 void setHorizontalSpan(String horizontalSpan)
          horizontalSpan 属性を設定します。
 void setMinimumHeight(String minimumHeight)
          minimumHeight 属性を設定します。
 void setMinimumWidth(String minimumWidth)
          minimumWidth 属性を設定します。
 void setVerticalAlignment(String verticalAlignment)
          verticalAlignment 属性を設定します。
 void setVerticalIndent(String verticalIndent)
          verticalIndent 属性を設定します。
 void setVerticalSpan(String verticalSpan)
          verticalSpan 属性を設定します。
 void setWidthHint(String widthHint)
          widthHint 属性を設定します。
 
クラス 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
 

コンストラクタの詳細

GridDataInfo

public GridDataInfo()
メソッドの詳細

getExclude

public String getExclude()
exclude 属性を取得します。

戻り値:
exclude 属性

setExclude

public void setExclude(String exclude)
exclude 属性を設定します。

パラメータ:
exclude - exclude 属性

getGrabExcessHorizontalSpace

public String getGrabExcessHorizontalSpace()
grabExcessHorizontalSpace 属性を取得します。

戻り値:
grabExcessHorizontalSpace 属性

setGrabExcessHorizontalSpace

public void setGrabExcessHorizontalSpace(String grabExcessHorizontalSpace)
grabExcessHorizontalSpace 属性を設定します。

パラメータ:
grabExcessHorizontalSpace - grabExcessHorizontalSpace 属性

getGrabExcessVerticalSpace

public String getGrabExcessVerticalSpace()
grabExcessVerticalSpace 属性を取得します。

戻り値:
grabExcessVerticalSpace 属性

setGrabExcessVerticalSpace

public void setGrabExcessVerticalSpace(String grabExcessVerticalSpace)
grabExcessVerticalSpace 属性を設定します。

パラメータ:
grabExcessVerticalSpace - grabExcessVerticalSpace 属性

getHeightHint

public String getHeightHint()
heightHint 属性を取得します。

戻り値:
heightHint 属性

setHeightHint

public void setHeightHint(String heightHint)
heightHint 属性を設定します。

パラメータ:
heightHint - heightHint 属性

getHorizontalAlignment

public String getHorizontalAlignment()
horizontalAlignment 属性を取得します。

戻り値:
horizontalAlignment 属性

setHorizontalAlignment

public void setHorizontalAlignment(String horizontalAlignment)
horizontalAlignment 属性を設定します。

パラメータ:
horizontalAlignment - horizontalAlignment 属性

getHorizontalIndent

public String getHorizontalIndent()
horizontalIndent 属性を取得します。

戻り値:
horizontalIndent 属性

setHorizontalIndent

public void setHorizontalIndent(String horizontalIndent)
horizontalIndent 属性を設定します。

パラメータ:
horizontalIndent - horizontalIndent 属性

getHorizontalSpan

public String getHorizontalSpan()
horizontalSpan 属性を取得します。

戻り値:
horizontalSpan 属性

setHorizontalSpan

public void setHorizontalSpan(String horizontalSpan)
horizontalSpan 属性を設定します。

パラメータ:
horizontalSpan - horizontalSpan 属性

getMinimumHeight

public String getMinimumHeight()
minimumHeight 属性を取得します。

戻り値:
minimumHeight 属性

setMinimumHeight

public void setMinimumHeight(String minimumHeight)
minimumHeight 属性を設定します。

パラメータ:
minimumHeight - minimumHeight 属性

getMinimumWidth

public String getMinimumWidth()
minimumWidth 属性を取得します。

戻り値:
minimumWidth 属性

setMinimumWidth

public void setMinimumWidth(String minimumWidth)
minimumWidth 属性を設定します。

パラメータ:
minimumWidth - minimumWidth 属性

getVerticalAlignment

public String getVerticalAlignment()
verticalAlignment 属性を取得します。

戻り値:
verticalAlignment 属性

setVerticalAlignment

public void setVerticalAlignment(String verticalAlignment)
verticalAlignment 属性を設定します。

パラメータ:
verticalAlignment - verticalAlignment 属性

getVerticalIndent

public String getVerticalIndent()
verticalIndent 属性を取得します。

戻り値:
verticalIndent 属性

setVerticalIndent

public void setVerticalIndent(String verticalIndent)
verticalIndent 属性を設定します。

パラメータ:
verticalIndent - verticalIndent 属性

getVerticalSpan

public String getVerticalSpan()
verticalSpan 属性を取得します。

戻り値:
verticalSpan 属性

setVerticalSpan

public void setVerticalSpan(String verticalSpan)
verticalSpan 属性を設定します。

パラメータ:
verticalSpan - verticalSpan 属性

getWidthHint

public String getWidthHint()
widthHint 属性を取得します。

戻り値:
widthHint 属性

setWidthHint

public void setWidthHint(String widthHint)
widthHint 属性を設定します。

パラメータ:
widthHint - widthHint 属性


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