Class InputNumberView
- java.lang.Object
-
- org.primefaces.showcase.view.input.InputNumberView
-
- All Implemented Interfaces:
Serializable
@Named @ViewScoped public class InputNumberView extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InputNumberView()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DoublegetInput1()DoublegetInput2()DoublegetInput3()DoublegetInput4()DoublegetInput5()DoublegetInput6()DoublegetInput7()BigDecimalgetInput8()DoublegetInput9()voidsetInput1(Double input1)voidsetInput2(Double input2)voidsetInput3(Double input3)voidsetInput4(Double input4)voidsetInput5(Double input5)voidsetInput6(Double input6)voidsetInput7(Double input7)voidsetInput8(BigDecimal input8)voidsetInput9(Double input9)
-
-
-
Method Detail
-
getInput1
public Double getInput1()
-
setInput1
public void setInput1(Double input1)
-
getInput2
public Double getInput2()
-
setInput2
public void setInput2(Double input2)
-
getInput3
public Double getInput3()
-
setInput3
public void setInput3(Double input3)
-
getInput4
public Double getInput4()
-
setInput4
public void setInput4(Double input4)
-
getInput5
public Double getInput5()
-
setInput5
public void setInput5(Double input5)
-
getInput6
public Double getInput6()
-
setInput6
public void setInput6(Double input6)
-
getInput7
public Double getInput7()
-
setInput7
public void setInput7(Double input7)
-
getInput8
public BigDecimal getInput8()
-
setInput8
public void setInput8(BigDecimal input8)
-
getInput9
public Double getInput9()
-
setInput9
public void setInput9(Double input9)
-
-