CPDFListBoxWidget class
- Inheritance
-
- Object
- CPDFWidget
- CPDFListBoxWidget
Constructors
-
CPDFListBoxWidget.new({required CPDFFormType type, required String title, required int page, required String uuid, DateTime? modifyDate, DateTime? createDate, required CPDFRectF rect, required dynamic borderColor, required dynamic fillColor, required dynamic borderWidth, List<
CPDFWidgetItem> ? options, List<int> ? selectedIndexes, required Color fontColor, required double fontSize, required String familyName, required String styleName}) -
CPDFListBoxWidget.fromJson(Map<
String, dynamic> json) -
factory
Properties
- borderColor → Color
-
finalinherited
- borderWidth → double
-
finalinherited
- createDate → DateTime?
-
finalinherited
- familyName → String
-
final
- fillColor → Color
-
finalinherited
- fontColor → Color
-
final
- fontSize → double
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
-
options
→ List<
CPDFWidgetItem> ? -
final
- page → int
-
finalinherited
- rect → CPDFRectF
-
finalinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
selectedIndexes
→ List<
int> ? -
final
- styleName → String
-
final
- title → String
-
finalinherited
- type → CPDFFormType
-
finalinherited
- uuid → String
-
finalinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited