Module com.aoapps.html.any
Interface Readonly<E extends Element<?,?,E> & Readonly<E>>
- Type Parameters:
E
- This element type
- All Known Implementing Classes:
AnyINPUT.Color
,AnyINPUT.Date
,AnyINPUT.DatetimeLocal
,AnyINPUT.Dynamic
,AnyINPUT.Email
,AnyINPUT.Month
,AnyINPUT.Number
,AnyINPUT.Password
,AnyINPUT.Search
,AnyINPUT.Tel
,AnyINPUT.Text
,AnyINPUT.Time
,AnyINPUT.Url
,AnyINPUT.Week
,AnyTEXTAREA
public interface Readonly<E extends Element<?,?,E> & Readonly<E>>
- Author:
- AO Industries, Inc.
-
Method Details
-
readonly
- Throws:
IOException
-
readonly
- Throws:
IOException
- See Also:
-
readonly
default <Ex extends Throwable> E readonly(IOSupplierE<? extends Boolean, Ex> readonly) throws IOException, Ex- Type Parameters:
Ex
- An arbitrary exception type that may be thrown- Throws:
IOException
Ex
- See Also:
-