ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

org.jboss.shrinkwrap.descriptor.api.facesconfig20
Interface FacesConfigRendererType<T>

All Superinterfaces:
Child<T>

public interface FacesConfigRendererType<T>
extends Child<T>

This interface defines the contract for the faces-config-rendererType xsd type

Since:
Generation date :2012-05-09T23:45:03.702-07:00
Author:
Ralf Battenfeld, Andrew Lee Rubinger

Method Summary
 FacesConfigRendererType<T> componentFamily(String componentFamily)
          Sets the component-family element
 FacesConfigAttributeType<FacesConfigRendererType<T>> createAttribute()
          Creates a new attribute element
 FacesConfigFacetType<FacesConfigRendererType<T>> createFacet()
          Creates a new facet element
 IconType<FacesConfigRendererType<T>> createIcon()
          Creates a new icon element
 FacesConfigRendererType<T> description(String... values)
          Creates for all String objects representing description elements, a new description element
 FacesConfigRendererType<T> displayName(String... values)
          Creates for all String objects representing display-name elements, a new display-name element
 List<FacesConfigAttributeType<FacesConfigRendererType<T>>> getAllAttribute()
          Returns all attribute elements
 List<String> getAllDescription()
          Returns all description elements
 List<String> getAllDisplayName()
          Returns all display-name elements
 List<FacesConfigFacetType<FacesConfigRendererType<T>>> getAllFacet()
          Returns all facet elements
 List<IconType<FacesConfigRendererType<T>>> getAllIcon()
          Returns all icon elements
 String getComponentFamily()
          Returns the component-family element
 FacesConfigAttributeType<FacesConfigRendererType<T>> getOrCreateAttribute()
          If not already created, a new attribute element will be created and returned.
 FacesConfigFacetType<FacesConfigRendererType<T>> getOrCreateFacet()
          If not already created, a new facet element will be created and returned.
 IconType<FacesConfigRendererType<T>> getOrCreateIcon()
          If not already created, a new icon element will be created and returned.
 String getRendererClass()
          Returns the renderer-class element
 String getRendererType()
          Returns the renderer-type element
 Boolean isRendererExtension()
          Removes the renderer-extension element
 FacesConfigRendererType<T> removeAllAttribute()
          Removes all attribute elements
 FacesConfigRendererType<T> removeAllDescription()
          Removes the description element
 FacesConfigRendererType<T> removeAllDisplayName()
          Removes the display-name element
 FacesConfigRendererType<T> removeAllFacet()
          Removes all facet elements
 FacesConfigRendererType<T> removeAllIcon()
          Removes all icon elements
 FacesConfigRendererType<T> removeComponentFamily()
          Removes the component-family element
 FacesConfigRendererType<T> removeRendererClass()
          Removes the renderer-class element
 FacesConfigRendererType<T> removeRendererExtension()
          Removes the renderer-extension element
 FacesConfigRendererType<T> removeRendererType()
          Removes the renderer-type element
 FacesConfigRendererType<T> rendererClass(String rendererClass)
          Sets the renderer-class element
 FacesConfigRendererType<T> rendererExtension()
          Sets the renderer-extension element
 FacesConfigRendererType<T> rendererType(String rendererType)
          Sets the renderer-type element
 
Methods inherited from interface org.jboss.shrinkwrap.descriptor.api.Child
up
 

Method Detail

description

FacesConfigRendererType<T> description(String... values)
Creates for all String objects representing description elements, a new description element

Parameters:
values - list of description objects
Returns:
the current instance of FacesConfigRendererType

getAllDescription

List<String> getAllDescription()
Returns all description elements

Returns:
list of description

removeAllDescription

FacesConfigRendererType<T> removeAllDescription()
Removes the description element

Returns:
the current instance of FacesConfigRendererType

displayName

FacesConfigRendererType<T> displayName(String... values)
Creates for all String objects representing display-name elements, a new display-name element

Parameters:
values - list of display-name objects
Returns:
the current instance of FacesConfigRendererType

getAllDisplayName

List<String> getAllDisplayName()
Returns all display-name elements

Returns:
list of display-name

removeAllDisplayName

FacesConfigRendererType<T> removeAllDisplayName()
Removes the display-name element

Returns:
the current instance of FacesConfigRendererType

getOrCreateIcon

IconType<FacesConfigRendererType<T>> getOrCreateIcon()
If not already created, a new icon element will be created and returned. Otherwise, the first existing icon element will be returned.

Returns:
the instance defined for the element icon

createIcon

IconType<FacesConfigRendererType<T>> createIcon()
Creates a new icon element

Returns:
the new created instance of IconType>

getAllIcon

List<IconType<FacesConfigRendererType<T>>> getAllIcon()
Returns all icon elements

Returns:
list of icon

removeAllIcon

FacesConfigRendererType<T> removeAllIcon()
Removes all icon elements

Returns:
the current instance of IconType>

componentFamily

FacesConfigRendererType<T> componentFamily(String componentFamily)
Sets the component-family element

Parameters:
componentFamily - the value for the element component-family
Returns:
the current instance of FacesConfigRendererType

getComponentFamily

String getComponentFamily()
Returns the component-family element

Returns:
the node defined for the element component-family

removeComponentFamily

FacesConfigRendererType<T> removeComponentFamily()
Removes the component-family element

Returns:
the current instance of FacesConfigRendererType

rendererType

FacesConfigRendererType<T> rendererType(String rendererType)
Sets the renderer-type element

Parameters:
rendererType - the value for the element renderer-type
Returns:
the current instance of FacesConfigRendererType

getRendererType

String getRendererType()
Returns the renderer-type element

Returns:
the node defined for the element renderer-type

removeRendererType

FacesConfigRendererType<T> removeRendererType()
Removes the renderer-type element

Returns:
the current instance of FacesConfigRendererType

rendererClass

FacesConfigRendererType<T> rendererClass(String rendererClass)
Sets the renderer-class element

Parameters:
rendererClass - the value for the element renderer-class
Returns:
the current instance of FacesConfigRendererType

getRendererClass

String getRendererClass()
Returns the renderer-class element

Returns:
the node defined for the element renderer-class

removeRendererClass

FacesConfigRendererType<T> removeRendererClass()
Removes the renderer-class element

Returns:
the current instance of FacesConfigRendererType

getOrCreateFacet

FacesConfigFacetType<FacesConfigRendererType<T>> getOrCreateFacet()
If not already created, a new facet element will be created and returned. Otherwise, the first existing facet element will be returned.

Returns:
the instance defined for the element facet

createFacet

FacesConfigFacetType<FacesConfigRendererType<T>> createFacet()
Creates a new facet element

Returns:
the new created instance of FacesConfigFacetType>

getAllFacet

List<FacesConfigFacetType<FacesConfigRendererType<T>>> getAllFacet()
Returns all facet elements

Returns:
list of facet

removeAllFacet

FacesConfigRendererType<T> removeAllFacet()
Removes all facet elements

Returns:
the current instance of FacesConfigFacetType>

getOrCreateAttribute

FacesConfigAttributeType<FacesConfigRendererType<T>> getOrCreateAttribute()
If not already created, a new attribute element will be created and returned. Otherwise, the first existing attribute element will be returned.

Returns:
the instance defined for the element attribute

createAttribute

FacesConfigAttributeType<FacesConfigRendererType<T>> createAttribute()
Creates a new attribute element

Returns:
the new created instance of FacesConfigAttributeType>

getAllAttribute

List<FacesConfigAttributeType<FacesConfigRendererType<T>>> getAllAttribute()
Returns all attribute elements

Returns:
list of attribute

removeAllAttribute

FacesConfigRendererType<T> removeAllAttribute()
Removes all attribute elements

Returns:
the current instance of FacesConfigAttributeType>

rendererExtension

FacesConfigRendererType<T> rendererExtension()
Sets the renderer-extension element

Returns:
the current instance of FacesConfigRendererType

isRendererExtension

Boolean isRendererExtension()
Removes the renderer-extension element

Returns:
the current instance of FacesConfigRendererType

removeRendererExtension

FacesConfigRendererType<T> removeRendererExtension()
Removes the renderer-extension element

Returns:
the current instance of FacesConfigRendererType

ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

Copyright © 2012 JBoss by Red Hat. All Rights Reserved.