static IDropupload |
IDropuploadCtrl.from(Dropupload instance) |
|
static IDropupload |
IDropupload.of(java.lang.String content) |
Returns the instance with the given content.
|
static IDropupload |
IDropupload.ofDetection(java.lang.String detection) |
Returns the instance with the given detection.
|
static IDropupload |
IDropupload.ofDetection(IDropupload.Detection detection) |
Returns the instance with the given detection.
|
static IDropupload |
IDropupload.ofId(java.lang.String id) |
Returns the instance with the given id.
|
IDropupload |
IDropupload.withAccept(java.lang.String accept) |
Returns a copy of this immutable component with the specified accept .
|
IDropupload |
IDropupload.withAnchorId(java.lang.String anchorId) |
Returns a copy of this immutable component with the specified anchorId .
|
IDropupload |
IDropupload.withBinary(boolean binary) |
Returns a copy of this immutable component with the specified binary .
|
IDropupload |
IDropupload.withContent(java.lang.String content) |
Returns a copy of this immutable component with the specified viewerClass .
|
IDropupload |
IDropupload.withDetection(java.lang.String detection) |
Returns a copy of this immutable component with the specified detection .
|
default IDropupload |
IDropupload.withDetection(IDropupload.Detection detection) |
Returns a copy of this immutable component with the specified detection .
|
IDropupload |
IDropupload.withMaxFileCount(int maxFileCount) |
Returns a copy of this immutable component with the specified maxFileCount .
|
IDropupload |
IDropupload.withMaxsize(int maxsize) |
Returns a copy of this immutable component with the specified suppressedErrors .
|
IDropupload |
IDropupload.withSuppressedErrors(java.lang.String suppressedErrors) |
Returns a copy of this immutable component with the specified suppressedErrors .
|
default IDropupload |
IDropupload.withSuppressedErrors(java.util.Collection<Uploadable.Error> suppressedErrors) |
Returns a copy of this immutable component with the specified suppressedErrors .
|
IDropupload |
IDropupload.withViewerClass(java.lang.String viewerClass) |
Returns a copy of this immutable component with the specified viewerClass .
|