org.seasar.uruma.component.spec
クラス UIComponentSpecUtil
java.lang.Object
org.seasar.uruma.component.spec.UIComponentSpecUtil
public class UIComponentSpecUtil
- extends Object
GUI コンポーネントの属性パラメータ情報を取得するためのユーティリティクラスです。
- 作成者:
- y-komori
クラス 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.