RichFaces UI Components UI 4.3.0.CR2

org.richfaces.validator.model
Class Component

java.lang.Object
  extended by org.richfaces.validator.model.Component

public class Component
extends Object


Constructor Summary
Component()
           
 
Method Summary
 String getFunction()
           
 List<Resource> getResource()
          

 String getType()
           
 void setFunction(String function)
           
 void setResource(List<Resource> resource)
          

 void setType(String type)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Component

public Component()
Method Detail

getType

public String getType()
Returns:
the type

setType

public void setType(String type)
Parameters:
type - the type to set

getFunction

public String getFunction()
Returns:
the function

setFunction

public void setFunction(String function)
Parameters:
function - the function to set

getResource

public List<Resource> getResource()

Returns:
the resource

setResource

public void setResource(List<Resource> resource)

Parameters:
resource - the resource to set

RichFaces UI Components UI 4.3.0.CR2

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