public class SearchExpressionFacade.Options extends Object
Modifier and Type | Field and Description |
---|---|
static int |
IGNORE_NO_RESULT |
static int |
NONE |
static int |
PARENT_FALLBACK |
static int |
VALIDATE_RENDERER
Checks if the
UIComponent has a renderer or not. |
Constructor and Description |
---|
SearchExpressionFacade.Options() |
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
Copyright © 2015. All rights reserved.