make Entry
open override fun makeEntry(blob: BT, state: BlobCreateState?): ZkBlobFieldEntry<BT>
Content copied to clipboard
Creates ZkBlobFieldEntry to display the blob to the user. Used from onCreate to add existing entries and from onDrop to create a new entry when the user drops a file on the field.
Parameters
blob
The blob to create the entry for.
state
The state of blob upload when this is a newly created blob.