Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.theme.webwidgets
Class WidgetFieldType

java.lang.Object
  extended by org.nuxeo.theme.webwidgets.WidgetFieldType

public class WidgetFieldType
extends Object


Nested Class Summary
 class WidgetFieldType.Option
           
 
Field Summary
 String defaultValue
           
 String label
           
 String max
           
 String min
           
 String name
           
 String onchange
           
 List<WidgetFieldType.Option> options
           
 String step
           
 String type
           
 
Constructor Summary
WidgetFieldType()
           
 
Method Summary
 String getDefaultValue()
           
 Map<String,Object> getInfo()
           
 String getLabel()
           
 String getMax()
           
 String getMin()
           
 String getName()
           
 String getOnchange()
           
 List<WidgetFieldType.Option> getOptions()
           
 String getStep()
           
 String getType()
           
 void setDefaultValue(String defaultValue)
           
 void setLabel(String label)
           
 void setMax(String max)
           
 void setMin(String min)
           
 void setName(String name)
           
 void setOnchange(String onchange)
           
 void setOptions(List<WidgetFieldType.Option> options)
           
 void setStep(String step)
           
 void setType(String type)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

public String name

type

public String type

label

public String label

defaultValue

public String defaultValue

min

public String min

max

public String max

step

public String step

onchange

public String onchange

options

public List<WidgetFieldType.Option> options
Constructor Detail

WidgetFieldType

public WidgetFieldType()
Method Detail

getMax

public String getMax()

setMax

public void setMax(String max)

getMin

public String getMin()

setMin

public void setMin(String min)

getStep

public String getStep()

setStep

public void setStep(String step)

getDefaultValue

public String getDefaultValue()

getLabel

public String getLabel()

setDefaultValue

public void setDefaultValue(String defaultValue)

setLabel

public void setLabel(String label)

getName

public String getName()

setName

public void setName(String name)

getType

public String getType()

setType

public void setType(String type)

getOnchange

public String getOnchange()

setOnchange

public void setOnchange(String onchange)

getOptions

public List<WidgetFieldType.Option> getOptions()

setOptions

public void setOptions(List<WidgetFieldType.Option> options)

getInfo

public Map<String,Object> getInfo()

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.