public abstract class CheckBox extends Object
The base class for tags that can toggle their state between complete and incomplete.
Modifier and Type | Method and Description |
---|---|
boolean |
getChecked()
Gets a value indicating whether the CheckBox is in the checked state.
|
Date |
getCompletedTime()
Gets or sets the completed time.
|
Date |
getCreationTime()
Gets or sets the creation time.
|
abstract int |
getIcon()
Gets or sets the icon.
|
int |
getStatus()
Gets or sets the status.
|
void |
setCompleted()
Sets the tag to completed state using current time as completed time.
|
void |
setCompleted(Date completedTime)
Sets the tag to completed state.
|
void |
setCreationTime(Date value)
Gets or sets the creation time.
|
void |
setOpen()
Sets the tag to open state.
|
public final Date getCreationTime()
Gets or sets the creation time.
Value: TheDate
.public final void setCreationTime(Date value)
Gets or sets the creation time.
Value: TheDate
.public final Date getCompletedTime()
Gets or sets the completed time.
Value: TheNullable{DateTime}
.public final int getStatus()
Gets or sets the status.
Value: TheTagStatus
.public abstract int getIcon()
Gets or sets the icon.
Value: TheTagIcon
.public final boolean getChecked()
Gets a value indicating whether the CheckBox is in the checked state.
public final void setCompleted(Date completedTime)
Sets the tag to completed state.
completedTime
- The completed time.public final void setCompleted()
Sets the tag to completed state using current time as completed time.
public void setOpen()
Sets the tag to open state.
Copyright (c) 2002-2022 Aspose. All Rights Reserved.