[jira] [Commented] (ISIS-1252) New TitleUiEvent, IconUiEvent and CssClassUiEvent as a means to allow subscribers to provide a title for domain objects.

2015-11-19 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/ISIS-1252?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15014062#comment-15014062
 ] 

ASF subversion and git services commented on ISIS-1252:
---

Commit 4b891285bc69f1e295c268175b32fb4b7bb3adf6 in isis's branch 
refs/heads/ISIS-1250 from [~danhaywood]
[ https://git-wip-us.apache.org/repos/asf?p=isis.git;h=4b89128 ]

ISIS-915, ISIS-1250, ISIS-1251, ISIS-1252, ISIS-1254, ISIS-1255: documentation 
and minor code updates.


> New TitleUiEvent, IconUiEvent and CssClassUiEvent as a means to allow 
> subscribers to provide a title for domain objects.
> 
>
> Key: ISIS-1252
> URL: https://issues.apache.org/jira/browse/ISIS-1252
> Project: Isis
>  Issue Type: New Feature
>  Components: Core
>Affects Versions: 1.10.0
>Reporter: Dan Haywood
>Assignee: Dan Haywood
>Priority: Minor
> Fix For: 1.11.0
>
>
> We already have @Mixins as a way to pull out behaviour from domain objects 
> (eg entities or view models), but currently the title and the other UI hints 
> must be implemented on the class itself.  This ticket is to allow this UI 
> hints to be contributed via a subscriber.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (ISIS-1252) New TitleUiEvent, IconUiEvent and CssClassUiEvent as a means to allow subscribers to provide a title for domain objects.

2015-11-19 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/ISIS-1252?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15014623#comment-15014623
 ] 

ASF subversion and git services commented on ISIS-1252:
---

Commit 4b891285bc69f1e295c268175b32fb4b7bb3adf6 in isis's branch 
refs/heads/master from [~danhaywood]
[ https://git-wip-us.apache.org/repos/asf?p=isis.git;h=4b89128 ]

ISIS-915, ISIS-1250, ISIS-1251, ISIS-1252, ISIS-1254, ISIS-1255: documentation 
and minor code updates.


> New TitleUiEvent, IconUiEvent and CssClassUiEvent as a means to allow 
> subscribers to provide a title for domain objects.
> 
>
> Key: ISIS-1252
> URL: https://issues.apache.org/jira/browse/ISIS-1252
> Project: Isis
>  Issue Type: New Feature
>  Components: Core
>Affects Versions: 1.10.0
>Reporter: Dan Haywood
>Assignee: Dan Haywood
>Priority: Minor
> Fix For: 1.11.0
>
>
> We already have @Mixins as a way to pull out behaviour from domain objects 
> (eg entities or view models), but currently the title and the other UI hints 
> must be implemented on the class itself.  This ticket is to allow this UI 
> hints to be contributed via a subscriber.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (ISIS-1252) New TitleUiEvent, IconUiEvent and CssClassUiEvent as a means to allow subscribers to provide a title for domain objects.

2015-11-18 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/ISIS-1252?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15013084#comment-15013084
 ] 

ASF subversion and git services commented on ISIS-1252:
---

Commit 48102a0db859f139fba4688c1bdef20daeb2fdca in isis's branch 
refs/heads/ISIS-1250 from [~danhaywood]
[ https://git-wip-us.apache.org/repos/asf?p=isis.git;h=48102a0 ]

ISIS-1255, ISIS-1250, ISIS-1252: docs for 1250 (JaxbService) and UI events 
(1252); implementation of config properties to suppress broadcast of events for 
default (1255)


> New TitleUiEvent, IconUiEvent and CssClassUiEvent as a means to allow 
> subscribers to provide a title for domain objects.
> 
>
> Key: ISIS-1252
> URL: https://issues.apache.org/jira/browse/ISIS-1252
> Project: Isis
>  Issue Type: New Feature
>  Components: Core
>Affects Versions: 1.10.0
>Reporter: Dan Haywood
>Assignee: Dan Haywood
>Priority: Minor
> Fix For: 1.11.0
>
>
> We already have @Mixins as a way to pull out behaviour from domain objects 
> (eg entities or view models), but currently the title and the other UI hints 
> must be implemented on the class itself.  This ticket is to allow this UI 
> hints to be contributed via a subscriber.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (ISIS-1252) New TitleUiEvent, IconUiEvent and CssClassUiEvent as a means to allow subscribers to provide a title for domain objects.

2015-11-13 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/ISIS-1252?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15004389#comment-15004389
 ] 

ASF subversion and git services commented on ISIS-1252:
---

Commit 99c55b8c343f77baa796c59128d89c6fdd1f0d78 in isis's branch 
refs/heads/master from [~danhaywood]
[ https://git-wip-us.apache.org/repos/asf?p=isis.git;h=99c55b8 ]

ISIS-1252: adding support for CssClassUiEvent.  Also adding in concept of Noop 
events to suppress (and making these the default); also...

... some cosmetic UI changes for the downloadXml and downloadXsd mixin actions.


> New TitleUiEvent, IconUiEvent and CssClassUiEvent as a means to allow 
> subscribers to provide a title for domain objects.
> 
>
> Key: ISIS-1252
> URL: https://issues.apache.org/jira/browse/ISIS-1252
> Project: Isis
>  Issue Type: New Feature
>  Components: Core
>Affects Versions: 1.10.0
>Reporter: Dan Haywood
>Assignee: Dan Haywood
>Priority: Minor
> Fix For: 1.11.0
>
>
> We already have @Mixins as a way to pull out behaviour from domain objects 
> (eg entities or view models), but currently the title and the other UI hints 
> must be implemented on the class itself.  This ticket is to allow this UI 
> hints to be contributed via a subscriber.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (ISIS-1252) New TitleUiEvent, IconUiEvent and CssClassUiEvent as a means to allow subscribers to provide a title for domain objects.

2015-11-13 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/ISIS-1252?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15004388#comment-15004388
 ] 

ASF subversion and git services commented on ISIS-1252:
---

Commit d556d519e83581224153395789aa550c1810812b in isis's branch 
refs/heads/master from [~danhaywood]
[ https://git-wip-us.apache.org/repos/asf?p=isis.git;h=d556d51 ]

ISIS-1252: adding support for icons via UI event.


> New TitleUiEvent, IconUiEvent and CssClassUiEvent as a means to allow 
> subscribers to provide a title for domain objects.
> 
>
> Key: ISIS-1252
> URL: https://issues.apache.org/jira/browse/ISIS-1252
> Project: Isis
>  Issue Type: New Feature
>  Components: Core
>Affects Versions: 1.10.0
>Reporter: Dan Haywood
>Assignee: Dan Haywood
>Priority: Minor
> Fix For: 1.11.0
>
>
> We already have @Mixins as a way to pull out behaviour from domain objects 
> (eg entities or view models), but currently the title and the other UI hints 
> must be implemented on the class itself.  This ticket is to allow this UI 
> hints to be contributed via a subscriber.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)