See: Description
Interface | Description |
---|---|
Identifiable |
Implement to generate the DOM element id in the class itself.
|
Class | Description |
---|---|
AskInstance |
Generates an id by simply asking the object itself.
|
ConvenientIdGenerator |
An IdGenerator that decides which IdGenerator to use by annotations.
|
SecureIdGenerator |
Generator for secure desktop-IDs.
|
SimpleIdGenerator |
Created by IntelliJ IDEA.
|
Annotation Type | Description |
---|---|
ImplementsIdentifiable |
Signals the
ConvenientIdGenerator that the class implements Identifiable and
that the id should be generated according to its .Identifiable#generateUUID() method. |
SimpleId |
Created by IntelliJ IDEA.
|
Copyright © 2021 Hyland Software Germany GmbH. All rights reserved.