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

java.lang.Object
  上位を拡張 org.seasar.jface.component.impl.AbstractUIElement
      上位を拡張 org.seasar.jface.component.impl.AbstractUIComponent
          上位を拡張 org.seasar.jface.component.impl.ControlComponent
              上位を拡張 org.seasar.jface.component.impl.CompositeComponent
                  上位を拡張 org.seasar.jface.component.impl.SashFormComponent
すべての実装されたインタフェース:
EnabledDependable, UIComponent, UICompositeComponent, UIContainer, UIControlComponent, UIElement

public class SashFormComponent
extends CompositeComponent

作成者:
bskuroneko

コンストラクタの概要
SashFormComponent()
           
 
メソッドの概要
 String getMaximizedControlId()
           
 String getOrientation()
           
 String getWeights()
           
 void setMaximizedControlId(String maximizedControlId)
           
 void setOrientation(String orientation)
           
 void setWeights(String weights)
           
 
クラス org.seasar.jface.component.impl.CompositeComponent から継承されたメソッド
addChild, doRender, getChildLayoutDataInfo, getChildren, getCommonAttributes, getLayoutInfo, renderChild, setChildLayoutDataInfo, setCommonAttributes, setLayoutInfo
 
クラス org.seasar.jface.component.impl.ControlComponent から継承されたメソッド
getBackground, getBackgroundImage, getEnabled, getEnabledDependId, getEnabledDependType, getFontHeight, getFontName, getFontStyle, getForeground, getHeight, getLayoutDataInfo, getToolTipText, getVisible, getWidth, getX, getY, setBackground, setBackgroundImage, setEnabled, setEnabledDependId, setEnabledDependType, setFontHeight, setFontName, setFontStyle, setForeground, setHeight, setLayoutDataInfo, setToolTipText, setVisible, setWidth, setX, setY
 
クラス org.seasar.jface.component.impl.AbstractUIComponent から継承されたメソッド
getId, getMenu, getParent, getRenderer, getReplace, getStyle, getWidget, render, renderMenu, setId, setMenu, setParent, setRenderer, setReplace, setStyle, setWidget
 
クラス 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.UIComponent から継承されたメソッド
getId, getMenu, getParent, getRenderer, getStyle, getWidget, render, setId, setMenu, setParent, setRenderer, setStyle, setWidget
 
インタフェース org.seasar.jface.component.UIElement から継承されたメソッド
getBasePath, getLocation, setBasePath, setLocation
 

コンストラクタの詳細

SashFormComponent

public SashFormComponent()
メソッドの詳細

getMaximizedControlId

public String getMaximizedControlId()

setMaximizedControlId

public void setMaximizedControlId(String maximizedControlId)

getOrientation

public String getOrientation()

setOrientation

public void setOrientation(String orientation)

getWeights

public String getWeights()

setWeights

public void setWeights(String weights)


Copyright © 2006 The Seasar Foundation. All Rights Reserved.