JavaScript is disabled on your browser.
 
 
 
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK 12c (12.2.1.4.0)  E81459-01
 
Summary:  
Nested |  
Field |  
Constr |  
Method  
 
Detail:  
Field |  
Constr |  
Method  
 
 
  
All Known Implementing Classes: 
FindTextSupport  
 
 
 
public interface SearchableText  
Interface to support searching text in various types of UI controls 
 (labels, radio buttons, checkboxes...).
See Also:  
SearchableLabel 
 
 
 
 
 
Method Summary 
All Methods   Instance Methods   Abstract Methods    
Modifier and Type 
Method and Description 
 
boolean 
findText  (java.lang.String textToFind,
        boolean matchCase)
Attempt to find the specified search text in the plain text for the host 
 component.
 
 
void 
removeFoundTextEffect  ()
Remove the highlight or other display effect from a previous findText match.
 
 
void 
setText  (java.lang.String text)
Set the plain text to be displayed by the host component.
 
 
 
 
 
 
 
 
Method Detail 
 
 
findText 
boolean findText(java.lang.String textToFind,
                 boolean matchCase) 
Attempt to find the specified search text in the plain text for the host 
 component.  If found, add a special effect to the component to indicate
 the match to the user.
Returns:  
true if a match was found 
 
 
 
 
 
 
 
 
 
 
 
 
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK 12c (12.2.1.4.0)  E81459-01
 
Summary:  
Nested |  
Field |  
Constr |  
Method  
 
Detail:  
Field |  
Constr |  
Method  
 
 
  
Copyright © 1997, 2019, Oracle. All rights reserved.