and |
open infix fun Scoped.and(selection: CssSelection): CssSelection |
append |
open fun Scoped.append(oldSelection: CssSelection, relation: Relation): CssSelection |
child |
open infix fun Scoped.child(selection: CssSelection): CssSelection |
contains |
open infix fun Scoped.contains(selection: CssSelection): CssSelection |
getProperty |
fun <T> Any.getProperty(prop: KMutableProperty1<*, T>): ObjectProperty<T> |
next |
open infix fun Scoped.next(selection: CssSelection): CssSelection |
observable |
fun <T : Any> Any.observable(propName: String): ObjectProperty<T> |
sibling |
open infix fun Scoped.sibling(selection: CssSelection): CssSelection |