パッケージ jakarta.faces.component

クラス UIPanel

実装されたすべてのインターフェース:
PartialStateHolderStateHolderTransientStateHolderComponentSystemEventListenerFacesListenerSystemEventListenerHolderEventListenerSE
既知の直属サブクラス
HtmlPanelGridHtmlPanelGroup

public class UIPanel extends UIComponentBase

UIPanel は、その子コンポーネントのレイアウトを管理する UIComponent です。

  • フィールドの詳細

  • コンストラクターの詳細

    • UIPanel

      public UIPanel()

      デフォルトのプロパティ値で新しい UIPanel インスタンスを作成します。

  • メソッドの詳細

    • getFamily

      public StringSE getFamily()
      クラスからコピーされた説明: UIComponent

      このコンポーネントが属するコンポーネントファミリの識別子を返します。この識別子は、rendererType プロパティの値と組み合わせて、このコンポーネントインスタンスに適切な Renderer を選択するために使用できます。このメソッドは null を返すべきではないことに注意してください

      次で指定:
      クラス UIComponentgetFamily 
      戻り値:
      コンポーネントファミリ(null 以外)。