@Dependent public class LikeToFunctionEditor extends Object implements FunctionParameterEditor
Modifier and Type | Class and Description |
---|---|
static interface |
LikeToFunctionEditor.View |
Constructor and Description |
---|
LikeToFunctionEditor(LikeToFunctionEditor.View view) |
Modifier and Type | Method and Description |
---|---|
com.google.gwt.user.client.ui.Widget |
asWidget() |
String |
getPattern() |
boolean |
isCaseSensitive() |
void |
setCaseSensitive(boolean caseSensitive) |
void |
setFocus(boolean focus) |
void |
setOnChangeCommand(Command onChangeCommand) |
void |
setPattern(String pattern) |
@Inject public LikeToFunctionEditor(LikeToFunctionEditor.View view)
public com.google.gwt.user.client.ui.Widget asWidget()
asWidget
in interface com.google.gwt.user.client.ui.IsWidget
public void setOnChangeCommand(Command onChangeCommand)
public void setPattern(String pattern)
public void setCaseSensitive(boolean caseSensitive)
public String getPattern()
public boolean isCaseSensitive()
public void setFocus(boolean focus)
setFocus
in interface FunctionParameterEditor
Copyright © 2012–2020 JBoss by Red Hat. All rights reserved.