| java.lang.Object |
| ↳ |
chan.content.ChanConfiguration.Deleting |
Class Overview
Deleting configuration holder.
Summary
| Fields |
|
public
boolean |
multiplePosts |
Set true to allow user to choose multiple posts to delete. |
|
public
boolean |
optionFilesOnly |
Set true to allow user choose "delete files only" option. |
|
public
boolean |
password |
Set true to allow user to enter password. |
|
[Expand]
Inherited Methods |
From class
java.lang.Object
|
Object
|
clone()
|
|
boolean
|
equals(Object arg0)
|
|
void
|
finalize()
|
|
final
Class<?>
|
getClass()
|
|
int
|
hashCode()
|
|
final
void
|
notify()
|
|
final
void
|
notifyAll()
|
|
String
|
toString()
|
|
final
void
|
wait(long arg0, int arg1)
|
|
final
void
|
wait(long arg0)
|
|
final
void
|
wait()
|
|
Fields
public
boolean
multiplePosts
Set true to allow user to choose multiple posts to delete.
public
boolean
optionFilesOnly
Set true to allow user choose "delete files only" option.
public
boolean
password
Set true to allow user to enter password.
Public Constructors
public
ChanConfiguration.Deleting
()