public class SearchExpressionHint extends Object
Modifier and Type | Field and Description |
---|---|
static int |
IGNORE_NO_RESULT |
static int |
NONE |
static int |
PARENT_FALLBACK |
static int |
SKIP_UNRENDERED |
static int |
VALIDATE_RENDERER
Checks if the
UIComponent has a renderer or not. |
public static final int NONE
public static final int VALIDATE_RENDERER
UIComponent
has a renderer or not. This check is currently only useful for the update attributes, as a component without
renderer can't be updated.public static final int IGNORE_NO_RESULT
public static final int PARENT_FALLBACK
public static final int SKIP_UNRENDERED
Copyright © 2019. All rights reserved.