JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Tree
Index
Search
Help
com.refinedmods.refinedstorage.common.grid
GridSearchBox
Contents
Description
Method Summary
Method Details
setValue(String)
setValid(boolean)
addListener(Consumer)
Hide sidebar
Show sidebar
Interface GridSearchBox
public interface
GridSearchBox
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
void
addListener
(
Consumer
<
String
> listener)
void
setValid
(boolean valid)
void
setValue
(
String
value)
Method Details
setValue
void
setValue
(
String
value)
setValid
void
setValid
(boolean valid)
addListener
void
addListener
(
Consumer
<
String
> listener)