org.jboss.shrinkwrap.descriptor.api.facelettaglibrary20
Interface FaceletTaglibTagConverterType<T>

All Superinterfaces:
Child<T>

public interface FaceletTaglibTagConverterType<T>
extends Child<T>

This interface defines the contract for the facelet-taglib-tag-converterType xsd type

Since:
Generation date :2013-01-26T19:26:58.657+01:00
Author:
Ralf Battenfeld, Andrew Lee Rubinger

Method Summary
 FaceletTaglibTagConverterType<T> converterExtension()
          Sets the converter-extension element
 FaceletTaglibTagConverterType<T> converterId(String converterId)
          Sets the converter-id element
 IconType<FaceletTaglibTagConverterType<T>> createIcon()
          Creates a new icon element
 FaceletTaglibTagConverterType<T> description(String... values)
          Creates for all String objects representing description elements, a new description element
 FaceletTaglibTagConverterType<T> displayName(String... values)
          Creates for all String objects representing display-name elements, a new display-name element
 List<String> getAllDescription()
          Returns all description elements
 List<String> getAllDisplayName()
          Returns all display-name elements
 List<IconType<FaceletTaglibTagConverterType<T>>> getAllIcon()
          Returns all icon elements
 String getConverterId()
          Returns the converter-id element
 String getHandlerClass()
          Returns the handler-class element
 IconType<FaceletTaglibTagConverterType<T>> getOrCreateIcon()
          If not already created, a new icon element will be created and returned.
 FaceletTaglibTagConverterType<T> handlerClass(String handlerClass)
          Sets the handler-class element
 Boolean isConverterExtension()
          Removes the converter-extension element
 FaceletTaglibTagConverterType<T> removeAllDescription()
          Removes the description element
 FaceletTaglibTagConverterType<T> removeAllDisplayName()
          Removes the display-name element
 FaceletTaglibTagConverterType<T> removeAllIcon()
          Removes all icon elements
 FaceletTaglibTagConverterType<T> removeConverterExtension()
          Removes the converter-extension element
 FaceletTaglibTagConverterType<T> removeConverterId()
          Removes the converter-id element
 FaceletTaglibTagConverterType<T> removeHandlerClass()
          Removes the handler-class element
 
Methods inherited from interface org.jboss.shrinkwrap.descriptor.api.Child
up
 

Method Detail

description

FaceletTaglibTagConverterType<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 FaceletTaglibTagConverterType

getAllDescription

List<String> getAllDescription()
Returns all description elements

Returns:
list of description

removeAllDescription

FaceletTaglibTagConverterType<T> removeAllDescription()
Removes the description element

Returns:
the current instance of FaceletTaglibTagConverterType

displayName

FaceletTaglibTagConverterType<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 FaceletTaglibTagConverterType

getAllDisplayName

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

Returns:
list of display-name

removeAllDisplayName

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

Returns:
the current instance of FaceletTaglibTagConverterType

getOrCreateIcon

IconType<FaceletTaglibTagConverterType<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<FaceletTaglibTagConverterType<T>> createIcon()
Creates a new icon element

Returns:
the new created instance of IconType>

getAllIcon

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

Returns:
list of icon

removeAllIcon

FaceletTaglibTagConverterType<T> removeAllIcon()
Removes all icon elements

Returns:
the current instance of IconType>

converterId

FaceletTaglibTagConverterType<T> converterId(String converterId)
Sets the converter-id element

Parameters:
converterId - the value for the element converter-id
Returns:
the current instance of FaceletTaglibTagConverterType

getConverterId

String getConverterId()
Returns the converter-id element

Returns:
the node defined for the element converter-id

removeConverterId

FaceletTaglibTagConverterType<T> removeConverterId()
Removes the converter-id element

Returns:
the current instance of FaceletTaglibTagConverterType

handlerClass

FaceletTaglibTagConverterType<T> handlerClass(String handlerClass)
Sets the handler-class element

Parameters:
handlerClass - the value for the element handler-class
Returns:
the current instance of FaceletTaglibTagConverterType

getHandlerClass

String getHandlerClass()
Returns the handler-class element

Returns:
the node defined for the element handler-class

removeHandlerClass

FaceletTaglibTagConverterType<T> removeHandlerClass()
Removes the handler-class element

Returns:
the current instance of FaceletTaglibTagConverterType

converterExtension

FaceletTaglibTagConverterType<T> converterExtension()
Sets the converter-extension element

Returns:
the current instance of FaceletTaglibTagConverterType

isConverterExtension

Boolean isConverterExtension()
Removes the converter-extension element

Returns:
the current instance of FaceletTaglibTagConverterType

removeConverterExtension

FaceletTaglibTagConverterType<T> removeConverterExtension()
Removes the converter-extension element

Returns:
the current instance of FaceletTaglibTagConverterType


Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.