@ConsumerType public interface ProgressBar extends Component
| Modifier and Type | Field and Description |
|---|---|
static String |
PN_COMPLETED
Name of property that defines the completion percentage.
|
| Modifier and Type | Method and Description |
|---|---|
default float |
getCompleted()
Get the completed percentage
|
default @NotNull String |
getExportedType()
Returns the type of the resource for which the export is performed.
|
default float |
getRemaining()
Get the remaining percentage
|
static final String PN_COMPLETED
default float getCompleted()
default float getRemaining()
@NotNull default @NotNull String getExportedType()
ComponentExporterReturns the type of the resource for which the export is performed.
NOTE: methods whose JSON serialization would lead to the same JSON property name (":type") will not be serialized.
getExportedType in interface ComponentgetExportedType in interface ComponentExporterComponentExporter.getExportedType()Copyright © 2010 - 2020 Adobe. All Rights Reserved