Package-level declarations
Types
Link copied to clipboard
class FilteringPropObjectLabel<T : Any>(value: T, val mainText: String = value.toString(), propertiesToRender: Collection<String> = emptyList()) : PropObjectLabel<T>
Convenience class for creating PropObjectLabel if only fixed subset of properties propertiesToRender should be rendered
Link copied to clipboard
Link copied to clipboard
Label representing kClass with all members in HTML table
Link copied to clipboard
Renders value object with its properties for those shouldRenderProperty returns true
Link copied to clipboard
Renders as n-column table First column consists of one cell containing mainText. Next (n-1)
columns contain values from properties. It is supposed that all element in properties collection would have (n-1)
elements.