c

com.nawforce.platform.ApexPages

IdeaStandardSetController

class IdeaStandardSetController extends AnyRef

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. IdeaStandardSetController
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new IdeaStandardSetController()

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def addFields(fieldNames: List[String]): Unit
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def cancel(): PageReference
  7. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  10. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  11. def first(): Unit
  12. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  13. def getCompleteResult(): Boolean
  14. def getFilterId(): String
  15. def getHasNext(): Boolean
  16. def getHasPrevious(): Boolean
  17. def getIdeaList(): List[Idea]
  18. def getListViewOptions(): List[SelectOption]
  19. def getPageNumber(): Integer
  20. def getPageSize(): Integer
  21. def getRecord(): SObject
  22. def getRecords(): List[SObject]
  23. def getResultSize(): Integer
  24. def getSelected(): List[SObject]
  25. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  26. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  27. def last(): Unit
  28. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  29. def next(): Unit
  30. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  31. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  32. def previous(): Unit
  33. def save(): PageReference
  34. def setFilterId(filterId: String): Unit
  35. def setPageNumber(pageNumber: Integer): Unit
  36. def setPageSize(pageSize: Integer): Unit
  37. def setSelected(selected: List[SObject]): Unit
  38. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  39. def toString(): String
    Definition Classes
    AnyRef → Any
  40. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  41. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  42. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped