org.seasar.uruma.component.spec
クラス UIComponentSpecUtil

java.lang.Object
  上位を拡張 org.seasar.uruma.component.spec.UIComponentSpecUtil

public class UIComponentSpecUtil
extends Object

GUI コンポーネントの属性パラメータ情報を取得するためのユーティリティクラスです。

作成者:
y-komori

コンストラクタの概要
UIComponentSpecUtil()
           
 
メソッドの概要
static List<ParamSpec> getParamSpecs(Class<? extends UIElement> uiElementClass)
          指定された GUI コンポーネントに関する属性パラメータ情報のリストを取得します。
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

UIComponentSpecUtil

public UIComponentSpecUtil()
メソッドの詳細

getParamSpecs

public static List<ParamSpec> getParamSpecs(Class<? extends UIElement> uiElementClass)
指定された GUI コンポーネントに関する属性パラメータ情報のリストを取得します。

パラメータ:
uiElementClass - GUI コンポーネントの Class オブジェクト
戻り値:
属性パラメータ情報のリスト


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