Package com.vaadin.browserless.internal
Class PrettyPrintTreeKt
-
- All Implemented Interfaces:
public final class PrettyPrintTreeKt
-
-
Field Summary
Fields Modifier and Type Field Description private static BooleanprettyPrintUseAsciiprivate static Function2<Component, LinkedList<String>, Unit>prettyStringHookprivate static Set<String>dontDumpAttributes
-
Method Summary
Modifier and Type Method Description BooleangetPrettyPrintUseAscii()voidsetPrettyPrintUseAscii(Boolean value)Function2<Component, LinkedList<String>, Unit>getPrettyStringHook()voidsetPrettyStringHook(Function2<Component, LinkedList<String>, Unit> value)Set<String>getDontDumpAttributes()voidsetDontDumpAttributes(Set<String> value)final static StringtoPrettyTree(Component $self)final static StringtoPrettyString(Component $self)Returns the most basic properties of the component, formatted as a concise string: The component class
The Component.getId
Whether the component is Component.isVisible
Whether it is a HasValue that is read-only
the styles
The Component.label and text
The HasValue.getValue
-
-
Method Detail
-
getPrettyPrintUseAscii
Boolean getPrettyPrintUseAscii()
-
setPrettyPrintUseAscii
void setPrettyPrintUseAscii(Boolean value)
-
getPrettyStringHook
Function2<Component, LinkedList<String>, Unit> getPrettyStringHook()
-
setPrettyStringHook
void setPrettyStringHook(Function2<Component, LinkedList<String>, Unit> value)
-
getDontDumpAttributes
Set<String> getDontDumpAttributes()
-
setDontDumpAttributes
void setDontDumpAttributes(Set<String> value)
-
toPrettyTree
final static String toPrettyTree(Component $self)
-
toPrettyString
final static String toPrettyString(Component $self)
Returns the most basic properties of the component, formatted as a concise string:
The component class
The Component.getId
Whether the component is Component.isVisible
Whether it is a HasValue that is read-only
the styles
The Component.label and text
The HasValue.getValue
-
-
-