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

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

public class GridDataInfo
extends AbstractUIElement
implements LayoutDataInfo


コンストラクタの概要
GridDataInfo()
           
 
メソッドの概要
 String getExclude()
           
 String getGrabExcessHorizontalSpace()
           
 String getGrabExcessVerticalSpace()
           
 String getHeightHint()
           
 String getHorizontalAlignment()
           
 String getHorizontalIndent()
           
 String getHorizontalSpan()
           
 String getMinimumHeight()
           
 String getMinimumWidth()
           
 String getVerticalAlignment()
           
 String getVerticalIndent()
           
 String getVerticalSpan()
           
 String getWidthHint()
           
 void setExclude(String exclude)
           
 void setGrabExcessHorizontalSpace(String grabExcessHorizontalSpace)
           
 void setGrabExcessVerticalSpace(String grabExcessVerticalSpace)
           
 void setHeightHint(String heightHint)
           
 void setHorizontalAlignment(String horizontalAlignment)
           
 void setHorizontalIndent(String horizontalIndent)
           
 void setHorizontalSpan(String horizontalSpan)
           
 void setMinimumHeight(String minimumHeight)
           
 void setMinimumWidth(String minimumWidth)
           
 void setVerticalAlignment(String verticalAlignment)
           
 void setVerticalIndent(String verticalIndent)
           
 void setVerticalSpan(String verticalSpan)
           
 void setWidthHint(String widthHint)
           
 
クラス org.seasar.jface.component.impl.AbstractUIElement から継承されたメソッド
getBasePath, getLocation, setBasePath, setLocation
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
インタフェース org.seasar.jface.component.UIElement から継承されたメソッド
getBasePath, getLocation, setBasePath, setLocation
 

コンストラクタの詳細

GridDataInfo

public GridDataInfo()
メソッドの詳細

getExclude

public String getExclude()

setExclude

public void setExclude(String exclude)

getGrabExcessHorizontalSpace

public String getGrabExcessHorizontalSpace()

setGrabExcessHorizontalSpace

public void setGrabExcessHorizontalSpace(String grabExcessHorizontalSpace)

getGrabExcessVerticalSpace

public String getGrabExcessVerticalSpace()

setGrabExcessVerticalSpace

public void setGrabExcessVerticalSpace(String grabExcessVerticalSpace)

getHeightHint

public String getHeightHint()

setHeightHint

public void setHeightHint(String heightHint)

getHorizontalAlignment

public String getHorizontalAlignment()

setHorizontalAlignment

public void setHorizontalAlignment(String horizontalAlignment)

getHorizontalIndent

public String getHorizontalIndent()

setHorizontalIndent

public void setHorizontalIndent(String horizontalIndent)

getHorizontalSpan

public String getHorizontalSpan()

setHorizontalSpan

public void setHorizontalSpan(String horizontalSpan)

getMinimumHeight

public String getMinimumHeight()

setMinimumHeight

public void setMinimumHeight(String minimumHeight)

getMinimumWidth

public String getMinimumWidth()

setMinimumWidth

public void setMinimumWidth(String minimumWidth)

getVerticalAlignment

public String getVerticalAlignment()

setVerticalAlignment

public void setVerticalAlignment(String verticalAlignment)

getVerticalIndent

public String getVerticalIndent()

setVerticalIndent

public void setVerticalIndent(String verticalIndent)

getVerticalSpan

public String getVerticalSpan()

setVerticalSpan

public void setVerticalSpan(String verticalSpan)

getWidthHint

public String getWidthHint()

setWidthHint

public void setWidthHint(String widthHint)


Copyright © 2006 The Seasar Foundation. All Rights Reserved.