JavaServer Faces を使用する Web ページの列挙型

以下の列挙型は、JavaServer Faces を使用する Web ページで使用されます。
DisplayUseKind
DisplayUseKind 列挙型は、displayUse プロパティーとともに使用されるもので、以下の値を備えています。
  • button
  • hyperlink
  • input
  • output
  • secret
  • table
ScopeKind
ScopeKind 列挙型は、scope プロパティーとともに使用されるもので、以下の値を備えています。
  • aplication
  • request
  • session
SelectTypeKind
SelectTypeKind 列挙型は、selectType プロパティーとともに使用されるもので、以下の値を備えています。
  • index
  • value

フィードバック