org.seasar.uruma.component.impl
クラス ViewPartComponent

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

public class ViewPartComponent
extends CompositeComponent

ViewPart のコンポーネント情報を保持するためのクラスです。

作成者:
y-komori

コンストラクタの概要
ViewPartComponent()
           
 
メソッドの概要
 boolean getAllowMultiple()
          allowMultiple を取得します。
 String getCategory()
          category を取得します。
 String getImage()
          image を取得します。
 String getName()
          name を取得します。
 void setAllowMultiple(boolean allowMultiple)
          allowMultiple を設定します。
 void setCategory(String category)
          category を設定します。
 void setImage(String image)
          image を設定します。
 void setName(String name)
          name を設定します。
 
クラス org.seasar.uruma.component.impl.CompositeComponent から継承されたメソッド
addChild, doPreRender, doRender, getChildLayoutDataInfo, getChildren, getCommonAttributes, getLayoutInfo, preRenderChild, renderChild, setChildLayoutDataInfo, setCommonAttributes, setLayoutInfo
 
クラス org.seasar.uruma.component.impl.ControlComponent から継承されたメソッド
getBackground, getBackgroundImage, getEnabled, getEnablesDependingId, getEnablesFor, getFontHeight, getFontName, getFontStyle, getForeground, getHeight, getLayoutDataInfo, getMenu, getToolTipText, getVisible, getWidth, getX, getY, setBackground, setBackgroundImage, setEnabled, setEnablesDependingId, setEnablesFor, setFontHeight, setFontName, setFontStyle, setForeground, setHeight, setLayoutDataInfo, setMenu, setToolTipText, setVisible, setWidth, setX, setY
 
クラス org.seasar.uruma.component.impl.AbstractUIComponent から継承されたメソッド
getId, getParent, getRenderer, getStyle, getWidgetHandle, preRender, render, setId, setParent, setRenderer, setStyle, setWidgetHandle
 
クラス org.seasar.uruma.component.impl.AbstractUIElement から継承されたメソッド
getBasePath, getLocation, setBasePath, setLocation
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
インタフェース org.seasar.uruma.component.UIComponent から継承されたメソッド
getId, getParent, getRenderer, getStyle, getWidgetHandle, preRender, render, setId, setParent, setRenderer, setStyle, setWidgetHandle
 
インタフェース org.seasar.uruma.component.UIElement から継承されたメソッド
getBasePath, getLocation, setBasePath, setLocation
 

コンストラクタの詳細

ViewPartComponent

public ViewPartComponent()
メソッドの詳細

getName

public String getName()
name を取得します。


setName

public void setName(String name)
name を設定します。


getCategory

public String getCategory()
category を取得します。


setCategory

public void setCategory(String category)
category を設定します。


getImage

public String getImage()
image を取得します。


setImage

public void setImage(String image)
image を設定します。


getAllowMultiple

public boolean getAllowMultiple()
allowMultiple を取得します。


setAllowMultiple

public void setAllowMultiple(boolean allowMultiple)
allowMultiple を設定します。



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