Module com.aoapps.html.any
Package com.aoapps.html.any
Class AnyUnion_Interactive_Phrasing.InputFactory<D extends AnyDocument<D>,__ extends AnyUnion_Interactive_Phrasing<D,__>>
java.lang.Object
com.aoapps.html.any.AnyUnion_Interactive_Phrasing.InputFactory<D,__>
- Type Parameters:
D- This document type__- This content model, which will be the parent content model of child elements
- Enclosing interface:
AnyUnion_Interactive_Phrasing<D extends AnyDocument<D>,__ extends AnyUnion_Interactive_Phrasing<D, __>>
public abstract static class AnyUnion_Interactive_Phrasing.InputFactory<D extends AnyDocument<D>,__ extends AnyUnion_Interactive_Phrasing<D,__>>
extends Object
Specialized input implementations.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract AnyINPUT.Button<D, __, ?> button()abstract AnyINPUT.Checkbox<D, __, ?> checkbox()abstract AnyINPUT.Color<D, __, ?> color()abstract AnyINPUT.Date<D, __, ?> date()abstract AnyINPUT.DatetimeLocal<D, __, ?> abstract AnyINPUT.Dynamic<D, __, ?> dynamic()abstract AnyINPUT.Dynamic<D, __, ?> dynamic(AnyINPUT.Dynamic.Type type) <Ex extends Throwable>
AnyINPUT.Dynamic<D, __, ?> dynamic(Suppliers.String<Ex> type) <Ex extends Throwable>
AnyINPUT.Dynamic<D, __, ?> dynamic(IOSupplierE<AnyINPUT.Dynamic.Type, Ex> type) abstract AnyINPUT.Dynamic<D, __, ?> abstract AnyINPUT.Email<D, __, ?> email()abstract AnyINPUT.File<D, __, ?> file()abstract AnyINPUT.Hidden<D, __, ?> hidden()abstract AnyINPUT.Image<D, __, ?> image()abstract AnyINPUT.Month<D, __, ?> month()abstract AnyINPUT.Number<D, __, ?> number()abstract AnyINPUT.Password<D, __, ?> password()abstract AnyINPUT.Radio<D, __, ?> radio()abstract AnyINPUT.Range<D, __, ?> range()abstract AnyINPUT.Reset<D, __, ?> reset()abstract AnyINPUT.Search<D, __, ?> search()abstract AnyINPUT.Submit<D, __, ?> submit()submit__(TextWritable<Ex> value) submit__(IOSupplierE<?, Ex> value) abstract AnyINPUT.Tel<D, __, ?> tel()abstract AnyINPUT.Text<D, __, ?> text()abstract AnyINPUT.Time<D, __, ?> time()abstract AnyINPUT.Url<D, __, ?> url()abstract AnyINPUT.Week<D, __, ?> week()
-
Field Details
-
document
-
pc
-
-
Constructor Details
-
InputFactory
-
-
Method Details
-
dynamic
- Throws:
IOException
-
dynamic
- Throws:
IOException
-
dynamic
public <Ex extends Throwable> AnyINPUT.Dynamic<D,__, dynamic?> (Suppliers.String<Ex> type) throws IOException, Ex - Type Parameters:
Ex- An arbitrary exception type that may be thrown- Throws:
IOExceptionEx
-
dynamic
- Throws:
IOException
-
dynamic
public <Ex extends Throwable> AnyINPUT.Dynamic<D,__, dynamic?> (IOSupplierE<AnyINPUT.Dynamic.Type, Ex> type) throws IOException, Ex- Type Parameters:
Ex- An arbitrary exception type that may be thrown- Throws:
IOExceptionEx
-
button
- Throws:
IOException
-
checkbox
- Throws:
IOException
-
color
- Throws:
IOException
-
date
- Throws:
IOException
-
datetimeLocal
- Throws:
IOException
-
email
- Throws:
IOException
-
file
- Throws:
IOException
-
image
- Throws:
IOException
-
month
- Throws:
IOException
-
number
- Throws:
IOException
-
password
- Throws:
IOException
-
radio
- Throws:
IOException
-
range
- Throws:
IOException
-
reset
- Throws:
IOException
-
search
- Throws:
IOException
-
submit
- Throws:
IOException
-
submit__
- Returns:
- This content model, which will be the parent content model of child elements
- Throws:
IOException
-
submit__
- Type Parameters:
Ex- An arbitrary exception type that may be thrown- Returns:
- This content model, which will be the parent content model of child elements
- Throws:
IOExceptionEx
-
submit__
- Type Parameters:
Ex- An arbitrary exception type that may be thrown- Returns:
- This content model, which will be the parent content model of child elements
- Throws:
IOExceptionEx
-
tel
- Throws:
IOException
-
text
- Throws:
IOException
-
time
- Throws:
IOException
-
url
- Throws:
IOException
-
week
- Throws:
IOException
-
