Interface IdentifiableToken
- All Known Implementing Classes:
InitialStateImpl,LazyStateImpl,MutableStateImpl,PaginationImpl,SharedStateImpl
@Internal
public interface IdentifiableToken
Internal seam exposing the table-assigned int id of a state token. Implemented by every
token implementation so the component builder can resolve watch ids without casting to
concrete classes.
-
Method Summary
-
Method Details
-
tokenId
int tokenId()- Returns:
- the token id assigned by the owning view's token table
-